|
| XCAFDoc_AssemblyGraph (const Handle< TDocStd_Document > &theDoc) |
| Constructs graph from XCAF document. Construction of a formal graph will be done immediately.
|
|
| XCAFDoc_AssemblyGraph (const TDF_Label &theLabel) |
| Constructs graph from XCAF label. Construction of a formal graph will be done immediately. The specified label is used as a starting position.
|
|
const Handle< XCAFDoc_ShapeTool > & | GetShapeTool () const |
|
const TColStd_PackedMapOfInteger & | GetRoots () const |
| Returns IDs of the root nodes.
|
|
Standard_Boolean | IsDirectLink (const Standard_Integer theNode1, const Standard_Integer theNode2) const |
| Checks whether the assembly graph contains (n1, n2) directed link.
|
|
Standard_Boolean | HasChildren (const Standard_Integer theNode) const |
| Checks whether direct children exist for the given node.
|
|
const TColStd_PackedMapOfInteger & | GetChildren (const Standard_Integer theNode) const |
| Returns IDs of child nodes for the given node.
|
|
NodeType | GetNodeType (const Standard_Integer theNode) const |
| Returns the node type from NodeType enum.
|
|
const TDF_Label & | GetNode (const Standard_Integer theNode) const |
| returns object ID by node ID.
|
|
const TDF_LabelIndexedMap & | GetNodes () const |
| Returns the unordered set of graph nodes.
|
|
Standard_Integer | NbNodes () const |
| Returns the number of graph nodes.
|
|
const AdjacencyMap & | GetLinks () const |
| Returns the collection of graph links in the form of adjacency matrix.
|
|
Standard_Integer | NbLinks () const |
| Returns the number of graph links.
|
|
Standard_Integer | NbOccurrences (const Standard_Integer theNode) const |
| Returns quantity of part usage occurrences.
|
|
Public Member Functions inherited from Standard_Transient |
| Standard_Transient () |
| Empty constructor.
|
|
| Standard_Transient (const Standard_Transient &) |
| Copy constructor – does nothing.
|
|
Standard_Transient & | operator= (const Standard_Transient &) |
| Assignment operator, needed to avoid copying reference counter.
|
|
virtual | ~Standard_Transient () |
| Destructor must be virtual.
|
|
virtual const opencascade::handle< Standard_Type > & | DynamicType () const |
| Returns a type descriptor about this object.
|
|
Standard_Boolean | IsInstance (const opencascade::handle< Standard_Type > &theType) const |
| Returns a true value if this is an instance of Type.
|
|
Standard_Boolean | IsInstance (const Standard_CString theTypeName) const |
| Returns a true value if this is an instance of TypeName.
|
|
Standard_Boolean | IsKind (const opencascade::handle< Standard_Type > &theType) const |
| Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism.
|
|
Standard_Boolean | IsKind (const Standard_CString theTypeName) const |
| Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism.
|
|
Standard_Transient * | This () const |
| Returns non-const pointer to this object (like const_cast). For protection against creating handle to objects allocated in stack or call from constructor, it will raise exception Standard_ProgramError if reference counter is zero.
|
|
Standard_Integer | GetRefCount () const noexcept |
| Get the reference counter of this object.
|
|
void | IncrementRefCounter () noexcept |
| Increments the reference counter of this object.
|
|
Standard_Integer | DecrementRefCounter () noexcept |
| Decrements the reference counter of this object; returns the decremented value.
|
|
virtual void | Delete () const |
| Memory deallocator for transient classes.
|
|