|
Open CASCADE Technology
6.9.0
|
#include <PTopoDS_TShape.hxx>

Public Member Functions | |
| virtual TopAbs_ShapeEnum | ShapeType () const =0 |
| Returns the type as a term of the ShapeEnum enum : VERTEX, EDGE, WIRE, FACE, .... More... | |
| Standard_Boolean | Modified () const |
| Returns the modification flag. More... | |
| void | Modified (const Standard_Boolean M) |
| Sets the modification flag. More... | |
| Standard_Boolean | Checked () const |
| Returns the checked flag. More... | |
| void | Checked (const Standard_Boolean C) |
| Sets the checked flag. More... | |
| Standard_Boolean | Orientable () const |
| Returns the orientability flag. More... | |
| void | Orientable (const Standard_Boolean C) |
| Sets the orientability flag. More... | |
| Standard_Boolean | Closed () const |
| Returns the closedness flag. More... | |
| void | Closed (const Standard_Boolean C) |
| Sets the closedness flag. More... | |
| Standard_Boolean | Infinite () const |
| Returns the infinity flag. More... | |
| void | Infinite (const Standard_Boolean C) |
| Sets the infinity flag. More... | |
| Standard_Boolean | Convex () const |
| Returns the convexness flag. More... | |
| void | Convex (const Standard_Boolean C) |
| Sets the convexness flag. More... | |
| Handle< PTopoDS_HArray1OfHShape > | Shapes () const |
| Sets the hshape list. More... | |
| Handle< PTopoDS_HShape > | Shapes (const Standard_Integer I) const |
| Sets the i th element of the HShape list. More... | |
| void | Shapes (const Handle< PTopoDS_HArray1OfHShape > &S) |
| Returns the HShape list. More... | |
| void | Shapes (const Standard_Integer I, const Handle< PTopoDS_HShape > &S) |
| Returns the i th element of the hshape list. More... | |
| PTopoDS_TShape (const Storage_stCONSTclCOM &a) | |
| Handle< PTopoDS_HArray1OfHShape > | _CSFDB_GetPTopoDS_TShapemyShapes () const |
| void | _CSFDB_SetPTopoDS_TShapemyShapes (const Handle< PTopoDS_HArray1OfHShape > &p) |
| Standard_Integer | _CSFDB_GetPTopoDS_TShapemyFlags () const |
| void | _CSFDB_SetPTopoDS_TShapemyFlags (const Standard_Integer p) |
Public Member Functions inherited from Standard_Persistent | |
| virtual Handle_Standard_Persistent | This () const |
| virtual void | Delete () const |
| virtual | ~Standard_Persistent () |
| Standard_Persistent & | operator= (const Standard_Persistent &) |
| Standard_Persistent () | |
| Standard_Persistent (const Standard_Persistent &) | |
| Standard_Persistent (const Storage_stCONSTclCOM &) | |
| virtual const Handle_Standard_Type & | DynamicType () const |
| Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
| Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
| virtual Handle_Standard_Persistent | This () const |
| virtual void | Delete () const |
| virtual | ~Standard_Persistent () |
| Standard_Persistent & | operator= (const Standard_Persistent &) |
| Standard_Persistent () | |
| Standard_Persistent (const Standard_Persistent &) | |
| Standard_Persistent (const Storage_stCONSTclCOM &) | |
| virtual const Handle_Standard_Type & | DynamicType () const |
| Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
| Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
Protected Member Functions | |
| PTopoDS_TShape () | |
|
inline |
|
protected |
|
inline |
|
inline |
|
inline |
|
inline |
| Standard_Boolean PTopoDS_TShape::Checked | ( | ) | const |
Returns the checked flag.
| void PTopoDS_TShape::Checked | ( | const Standard_Boolean | C | ) |
Sets the checked flag.
| Standard_Boolean PTopoDS_TShape::Closed | ( | ) | const |
Returns the closedness flag.
| void PTopoDS_TShape::Closed | ( | const Standard_Boolean | C | ) |
Sets the closedness flag.
| Standard_Boolean PTopoDS_TShape::Convex | ( | ) | const |
Returns the convexness flag.
| void PTopoDS_TShape::Convex | ( | const Standard_Boolean | C | ) |
Sets the convexness flag.
| Standard_Boolean PTopoDS_TShape::Infinite | ( | ) | const |
Returns the infinity flag.
| void PTopoDS_TShape::Infinite | ( | const Standard_Boolean | C | ) |
Sets the infinity flag.
| Standard_Boolean PTopoDS_TShape::Modified | ( | ) | const |
Returns the modification flag.
| void PTopoDS_TShape::Modified | ( | const Standard_Boolean | M | ) |
Sets the modification flag.
| Standard_Boolean PTopoDS_TShape::Orientable | ( | ) | const |
Returns the orientability flag.
| void PTopoDS_TShape::Orientable | ( | const Standard_Boolean | C | ) |
Sets the orientability flag.
| Handle< PTopoDS_HArray1OfHShape > PTopoDS_TShape::Shapes | ( | ) | const |
Sets the hshape list.
| Handle< PTopoDS_HShape > PTopoDS_TShape::Shapes | ( | const Standard_Integer | I | ) | const |
Sets the i th element of the HShape list.
| void PTopoDS_TShape::Shapes | ( | const Handle< PTopoDS_HArray1OfHShape > & | S | ) |
Returns the HShape list.
| void PTopoDS_TShape::Shapes | ( | const Standard_Integer | I, |
| const Handle< PTopoDS_HShape > & | S | ||
| ) |
Returns the i th element of the hshape list.
|
pure virtual |
Returns the type as a term of the ShapeEnum enum : VERTEX, EDGE, WIRE, FACE, ....
Implemented in PTopoDS_TSolid, PTopoDS_TCompound, PTopoDS_TCompSolid, PTopoDS_TFace, PTopoDS_TShell, PTopoDS_TWire, PTopoDS_TEdge, and PTopoDS_TVertex.
1.8.5