#include <StepVisual_TextOrCharacter.hxx>
Inheritance diagram for StepVisual_TextOrCharacter:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | StepVisual_TextOrCharacter () |
Returns a TextOrCharacter SelectType . | |
Standard_EXPORT Standard_Integer | CaseNum (const Handle(Standard_Transient)&ent) const |
Recognizes a TextOrCharacter Kind Entity that is : 1 -> AnnotationText 2 -> CompositeText 3 -> TextLiteral 0 else . | |
Standard_EXPORT Handle_StepVisual_AnnotationText | AnnotationText () const |
returns Value as a AnnotationText (Null if another type) | |
Standard_EXPORT Handle_StepVisual_CompositeText | CompositeText () const |
returns Value as a CompositeText (Null if another type) | |
Standard_EXPORT Handle_StepVisual_TextLiteral | TextLiteral () const |
returns Value as a TextLiteral (Null if another type) |
|
|
|
|
|
Implements StepData_SelectType. |
|
|
|
Reimplemented from StepData_SelectType. |
|
Reimplemented from StepData_SelectType. |
|
Reimplemented from StepData_SelectType. |
|
|