15 #include "CeeUnstructGrid/Base.h" 17 #include "CeeCore/Str.h" 44 bool isBoundaryCondition()
const;
45 void setBoundaryCondition(
bool on);
48 void setParentId(
int parentId);
50 Str partDataValue(
const Str& name)
const;
51 std::vector<Str> partDataNames()
const;
52 void setPartData(
const Str& name,
const Str& value);
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
A general unicode based string class.
Definition: Str.h:28
bool operator!=(const PtrRef< T1 > &a, const PtrRef< T2 > &b)
Returns true if the internal pointers of refs a and b are different.
Definition: PtrRef.h:58
bool operator==(const PtrRef< T1 > &a, const PtrRef< T2 > &b)
Returns true if the internal pointers of refs a and b are equal.
Definition: PtrRef.h:57
Simple class containing metadata info for a part.
Definition: PartInfo.h:29