|
Open CASCADE Technology 6.5.2
|
#include <StepVisual_TextOrCharacter.hxx>

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