15 #include "CeeUnstructGrid/Base.h" 37 int geometryId()
const;
38 void setGeometryId(
int geometryId);
41 void setPartId(
int partId);
43 size_t elementIndex()
const;
44 void setElementIndex(
size_t elementIndex);
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 an element within an UnstructGrid model and is used as an item in a DataElement...
Definition: DataElementSetItem.h:25