#include <SALOME_AISShape.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | SALOME_AISShape (const TopoDS_Shape &shape) |
virtual Standard_EXPORT
Handle_SALOME_InteractiveObject | getIO ()=0 |
virtual Standard_EXPORT
Standard_Boolean | hasIO ()=0 |
virtual Standard_EXPORT
Standard_CString | getName ()=0 |
| virtual Standard_EXPORT void | setName (const Standard_CString aName)=0 |
| virtual Standard_EXPORT void | highlightSubShapes (const TColStd_IndexedMapOfInteger &aIndexMap, const Standard_Boolean aHighlight)=0 |
| Standard_EXPORT | ~SALOME_AISShape () |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
| Standard_EXPORT Standard_Boolean | IsKind (const Handle(Standard_Type)&) const |
Friends |
Standard_EXPORT friend
Handle_Standard_Type & | SALOME_AISShape_Type_ () |
Constructor & Destructor Documentation
| SALOME_AISShape::SALOME_AISShape |
( |
const TopoDS_Shape & |
shape | ) |
|
| Standard_EXPORT SALOME_AISShape.~SALOME_AISShape |
( |
| ) |
|
Member Function Documentation
| void* SALOME_AISShape.operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| |
| void* SALOME_AISShape.operator new |
( |
size_t |
size | ) |
|
| void SALOME_AISShape.operator delete |
( |
void * |
anAddress | ) |
|
| virtual Standard_EXPORT Handle_SALOME_InteractiveObject SALOME_AISShape.getIO |
( |
| ) |
[pure virtual] |
| virtual Standard_EXPORT Standard_Boolean SALOME_AISShape.hasIO |
( |
| ) |
[pure virtual] |
| virtual Standard_EXPORT Standard_CString SALOME_AISShape.getName |
( |
| ) |
[pure virtual] |
| virtual Standard_EXPORT void SALOME_AISShape.setName |
( |
const Standard_CString |
aName | ) |
[pure virtual] |
| virtual Standard_EXPORT void SALOME_AISShape.highlightSubShapes |
( |
const TColStd_IndexedMapOfInteger & |
aIndexMap, |
|
|
const Standard_Boolean |
aHighlight |
|
) |
| [pure virtual] |
| Standard_EXPORT const SALOME_AISShape.Handle |
( |
Standard_Type |
| ) |
const |
| Standard_EXPORT Standard_Boolean SALOME_AISShape.IsKind |
( |
const Handle(Standard_Type)& |
| ) |
const |
Friends And Related Function Documentation
| Standard_EXPORT friend Handle_Standard_Type& SALOME_AISShape_Type_ |
( |
| ) |
[friend] |