![]() |
Open CASCADE Technology Reference Manual 8.0.1
|
Unified instance container template. More...
#include <BRepGraphInc_Instance.hxx>
Public Member Functions | |
| bool | IsValid () const |
| Returns true if the instance references an existing definition id. | |
Data Fields | |
| TypedIdT | DefId |
| TopLoc_Location | Location |
| TopAbs_Orientation | Orientation = TopAbs_FORWARD |
Unified instance container template.
Bundles a typed definition id with location and orientation.
| TypedIdT | typed definition id (e.g. BRepGraph_FaceId, BRepGraph_NodeId). |
|
inline |
Returns true if the instance references an existing definition id.
| TypedIdT BRepGraphInc::Instance< TypedIdT >::DefId |
| TopLoc_Location BRepGraphInc::Instance< TypedIdT >::Location |
| TopAbs_Orientation BRepGraphInc::Instance< TypedIdT >::Orientation = TopAbs_FORWARD |