Open CASCADE Technology 6.6.0
|
#include <PTopoDS_TShape1.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_HArray1OfShape1 | Shapes () const |
Returns the hshape list | |
PTopoDS_Shape1 | Shapes (const Standard_Integer I) const |
Returns the i th element of the Shape1 list | |
void | Shapes (const Handle< PTopoDS_HArray1OfShape1 > &S) |
Sets the Shape1 list | |
void | Shapes (const Standard_Integer I, const PTopoDS_Shape1 &S) |
Sets the i th element of the hshape list | |
PTopoDS_TShape1 (const Storage_stCONSTclCOM &a) | |
Handle< PTopoDS_HArray1OfShape1 > | _CSFDB_GetPTopoDS_TShape1myShapes () const |
void | _CSFDB_SetPTopoDS_TShape1myShapes (const Handle< PTopoDS_HArray1OfShape1 > &p) |
Standard_Integer | _CSFDB_GetPTopoDS_TShape1myFlags () const |
void | _CSFDB_SetPTopoDS_TShape1myFlags (const Standard_Integer p) |
Protected Member Functions | |
PTopoDS_TShape1 () |
PTopoDS_TShape1::PTopoDS_TShape1 | ( | const Storage_stCONSTclCOM & | a | ) | [inline] |
PTopoDS_TShape1::PTopoDS_TShape1 | ( | ) | [protected] |
Standard_Integer PTopoDS_TShape1::_CSFDB_GetPTopoDS_TShape1myFlags | ( | ) | const [inline] |
Handle< PTopoDS_HArray1OfShape1 > PTopoDS_TShape1::_CSFDB_GetPTopoDS_TShape1myShapes | ( | ) | const [inline] |
void PTopoDS_TShape1::_CSFDB_SetPTopoDS_TShape1myFlags | ( | const Standard_Integer | p | ) | [inline] |
void PTopoDS_TShape1::_CSFDB_SetPTopoDS_TShape1myShapes | ( | const Handle< PTopoDS_HArray1OfShape1 > & | p | ) | [inline] |
Standard_Boolean PTopoDS_TShape1::Checked | ( | ) | const |
void PTopoDS_TShape1::Checked | ( | const Standard_Boolean | C | ) |
void PTopoDS_TShape1::Closed | ( | const Standard_Boolean | C | ) |
Standard_Boolean PTopoDS_TShape1::Closed | ( | ) | const |
Standard_Boolean PTopoDS_TShape1::Convex | ( | ) | const |
void PTopoDS_TShape1::Convex | ( | const Standard_Boolean | C | ) |
Standard_Boolean PTopoDS_TShape1::Infinite | ( | ) | const |
void PTopoDS_TShape1::Infinite | ( | const Standard_Boolean | C | ) |
Standard_Boolean PTopoDS_TShape1::Modified | ( | ) | const |
void PTopoDS_TShape1::Modified | ( | const Standard_Boolean | M | ) |
Standard_Boolean PTopoDS_TShape1::Orientable | ( | ) | const |
void PTopoDS_TShape1::Orientable | ( | const Standard_Boolean | C | ) |
Handle_PTopoDS_HArray1OfShape1 PTopoDS_TShape1::Shapes | ( | ) | const |
PTopoDS_Shape1 PTopoDS_TShape1::Shapes | ( | const Standard_Integer | I | ) | const |
void PTopoDS_TShape1::Shapes | ( | const Handle< PTopoDS_HArray1OfShape1 > & | S | ) |
void PTopoDS_TShape1::Shapes | ( | const Standard_Integer | I, |
const PTopoDS_Shape1 & | S | ||
) |
virtual TopAbs_ShapeEnum PTopoDS_TShape1::ShapeType | ( | ) | const [pure virtual] |
Implemented in PTopoDS_TVertex1, PTopoDS_TEdge1, PTopoDS_TWire1, PTopoDS_TFace1, PTopoDS_TShell1, PTopoDS_TSolid1, PTopoDS_TCompSolid1, and PTopoDS_TCompound1.