Open CASCADE Technology 6.6.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, .... | |
Standard_Boolean | Modified () const |
Returns the modification flag. | |
void | Modified (const Standard_Boolean M) |
Sets the modification flag. | |
Standard_Boolean | Checked () const |
Returns the checked flag. | |
void | Checked (const Standard_Boolean C) |
Sets the checked flag. | |
Standard_Boolean | Orientable () const |
Returns the orientability flag. | |
void | Orientable (const Standard_Boolean C) |
Sets the orientability flag. | |
Standard_Boolean | Closed () const |
Returns the closedness flag. | |
void | Closed (const Standard_Boolean C) |
Sets the closedness flag. | |
Standard_Boolean | Infinite () const |
Returns the infinity flag. | |
void | Infinite (const Standard_Boolean C) |
Sets the infinity flag. | |
Standard_Boolean | Convex () const |
Returns the convexness flag. | |
void | Convex (const Standard_Boolean C) |
Sets the convexness flag. | |
Handle_PTopoDS_HArray1OfHShape | Shapes () const |
Sets the hshape list | |
Handle_PTopoDS_HShape | Shapes (const Standard_Integer I) const |
Sets the i th element of the HShape list | |
void | Shapes (const Handle< PTopoDS_HArray1OfHShape > &S) |
Returns the HShape list | |
void | Shapes (const Standard_Integer I, const Handle< PTopoDS_HShape > &S) |
Returns the i th element of the hshape list | |
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) |
Protected Member Functions | |
PTopoDS_TShape () |
PTopoDS_TShape::PTopoDS_TShape | ( | const Storage_stCONSTclCOM & | a | ) | [inline] |
PTopoDS_TShape::PTopoDS_TShape | ( | ) | [protected] |
Standard_Integer PTopoDS_TShape::_CSFDB_GetPTopoDS_TShapemyFlags | ( | ) | const [inline] |
Handle< PTopoDS_HArray1OfHShape > PTopoDS_TShape::_CSFDB_GetPTopoDS_TShapemyShapes | ( | ) | const [inline] |
void PTopoDS_TShape::_CSFDB_SetPTopoDS_TShapemyFlags | ( | const Standard_Integer | p | ) | [inline] |
void PTopoDS_TShape::_CSFDB_SetPTopoDS_TShapemyShapes | ( | const Handle< PTopoDS_HArray1OfHShape > & | p | ) | [inline] |
Standard_Boolean PTopoDS_TShape::Checked | ( | ) | const |
void PTopoDS_TShape::Checked | ( | const Standard_Boolean | C | ) |
void PTopoDS_TShape::Closed | ( | const Standard_Boolean | C | ) |
Standard_Boolean PTopoDS_TShape::Closed | ( | ) | const |
Standard_Boolean PTopoDS_TShape::Convex | ( | ) | const |
void PTopoDS_TShape::Convex | ( | const Standard_Boolean | C | ) |
Standard_Boolean PTopoDS_TShape::Infinite | ( | ) | const |
void PTopoDS_TShape::Infinite | ( | const Standard_Boolean | C | ) |
Standard_Boolean PTopoDS_TShape::Modified | ( | ) | const |
void PTopoDS_TShape::Modified | ( | const Standard_Boolean | M | ) |
Standard_Boolean PTopoDS_TShape::Orientable | ( | ) | const |
void PTopoDS_TShape::Orientable | ( | const Standard_Boolean | C | ) |
Handle_PTopoDS_HArray1OfHShape PTopoDS_TShape::Shapes | ( | ) | const |
Handle_PTopoDS_HShape PTopoDS_TShape::Shapes | ( | const Standard_Integer | I | ) | const |
void PTopoDS_TShape::Shapes | ( | const Handle< PTopoDS_HArray1OfHShape > & | S | ) |
void PTopoDS_TShape::Shapes | ( | const Standard_Integer | I, |
const Handle< PTopoDS_HShape > & | S | ||
) |
virtual TopAbs_ShapeEnum PTopoDS_TShape::ShapeType | ( | ) | const [pure virtual] |
Implemented in PTopoDS_TVertex, PTopoDS_TEdge, PTopoDS_TWire, PTopoDS_TFace, PTopoDS_TShell, PTopoDS_TSolid, PTopoDS_TCompSolid, and PTopoDS_TCompound.