15 #include "CeeUnstructGrid/Base.h" 38 int geometryId()
const;
39 void setGeometryId(
int geometryId);
42 void setPartId(
int partId);
44 size_t nodeIndex()
const;
45 void setNodeIndex(
size_t nodeIndex);
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
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
This class identifies a node within an UnstructGrid model and is used as an item in a DataNodeSet...
Definition: DataNodeSetItem.h:25