Open CASCADE Technology  7.1.0.beta
Public Member Functions

XCAFDimTolObjects_DatumObject Class Reference

object to store datum More...

#include <XCAFDimTolObjects_DatumObject.hxx>

Inheritance diagram for XCAFDimTolObjects_DatumObject:
Inheritance graph
[legend]

Public Member Functions

 XCAFDimTolObjects_DatumObject ()
 
 XCAFDimTolObjects_DatumObject (const Handle< XCAFDimTolObjects_DatumObject > &theObj)
 
Handle< TCollection_HAsciiStringGetName () const
 
void SetName (const Handle< TCollection_HAsciiString > &theTag)
 
XCAFDimTolObjects_DatumModifiersSequence GetModifiers () const
 
void SetModifiers (const XCAFDimTolObjects_DatumModifiersSequence &theModifiers)
 
void GetModifierWithValue (XCAFDimTolObjects_DatumModifWithValue &theModifier, Standard_Real &theValue) const
 
void SetModifierWithValue (const XCAFDimTolObjects_DatumModifWithValue theModifier, const Standard_Real theValue)
 
void AddModifier (const XCAFDimTolObjects_DatumSingleModif theModifier)
 
TopoDS_Shape GetDatumTarget () const
 
void SetDatumTarget (const TopoDS_Shape &theShape)
 
Standard_Integer GetPosition () const
 
void SetPosition (const Standard_Integer thePosition)
 
Standard_Boolean IsDatumTarget () const
 
void IsDatumTarget (const Standard_Boolean theIsDT)
 
XCAFDimTolObjects_DatumTargetType GetDatumTargetType () const
 
void SetDatumTargetType (const XCAFDimTolObjects_DatumTargetType theType)
 
gp_Ax2 GetDatumTargetAxis () const
 
void SetDatumTargetAxis (const gp_Ax2 &theAxis)
 
Standard_Real GetDatumTargetLength () const
 
void SetDatumTargetLength (const Standard_Real theLength)
 
Standard_Real GetDatumTargetWidth () const
 
void SetDatumTargetWidth (const Standard_Real theWidth)
 
Standard_Integer GetDatumTargetNumber () const
 
void SetDatumTargetNumber (const Standard_Integer theNumber)
 
void SetPlane (const gp_Ax2 &thePlane)
 
const gp_Ax2GetPlane () const
 
void SetPoint (const gp_Pnt &thePnt)
 
const gp_PntGetPoint () const
 
void SetPointTextAttach (const gp_Pnt &thePntText)
 
const gp_PntGetPointTextAttach () const
 
Standard_Boolean HasPlane () const
 
Standard_Boolean HasPoint () const
 
Standard_Boolean HasPointText () const
 
void SetPresentation (const TopoDS_Shape &thePresentation, const Handle< TCollection_HAsciiString > &thePresentationName)
 Set graphical presentation for object. More...
 
TopoDS_Shape GetPresentation () const
 Returns graphical presentation of the object. More...
 
Handle< TCollection_HAsciiStringGetPresentationName () const
 Returns graphical presentation of the object. More...
 
- Public Member Functions inherited from Standard_Transient
 Standard_Transient ()
 Empty constructor. More...
 
 Standard_Transient (const Standard_Transient &)
 Copy constructor – does nothing. More...
 
Standard_Transientoperator= (const Standard_Transient &)
 Assignment operator, needed to avoid copying reference counter. More...
 
virtual ~Standard_Transient ()
 Destructor must be virtual. More...
 
virtual void Delete () const
 Memory deallocator for transient classes. More...
 
virtual const opencascade::handle< Standard_Type > & DynamicType () const
 Returns a type descriptor about this object. More...
 
Standard_Boolean IsInstance (const opencascade::handle< Standard_Type > &theType) const
 Returns a true value if this is an instance of Type. More...
 
Standard_Boolean IsInstance (const Standard_CString theTypeName) const
 Returns a true value if this is an instance of TypeName. More...
 
Standard_Boolean IsKind (const opencascade::handle< Standard_Type > &theType) const
 Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
 
Standard_Boolean IsKind (const Standard_CString theTypeName) const
 Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
 
Standard_TransientThis () const
 Returns non-const pointer to this object (like const_cast). For protection against creating handle to objects allocated in stack or call from constructor, it will raise exception Standard_ProgramError if reference counter is zero. More...
 
Standard_Integer GetRefCount () const
 Get the reference counter of this object. More...
 
void IncrementRefCounter () const
 Increments the reference counter of this object. More...
 
Standard_Integer DecrementRefCounter () const
 Decrements the reference counter of this object; returns the decremented value. More...
 

Additional Inherited Members

- Public Types inherited from Standard_Transient
typedef void base_type
 Returns a type descriptor about this object. More...
 
- Static Public Member Functions inherited from Standard_Transient
static const char * get_type_name ()
 Returns a type descriptor about this object. More...
 
static const opencascade::handle< Standard_Type > & get_type_descriptor ()
 Returns type descriptor of Standard_Transient class. More...
 

Detailed Description

object to store datum

Constructor & Destructor Documentation

XCAFDimTolObjects_DatumObject::XCAFDimTolObjects_DatumObject ( )
XCAFDimTolObjects_DatumObject::XCAFDimTolObjects_DatumObject ( const Handle< XCAFDimTolObjects_DatumObject > &  theObj)

Member Function Documentation

void XCAFDimTolObjects_DatumObject::AddModifier ( const XCAFDimTolObjects_DatumSingleModif  theModifier)
TopoDS_Shape XCAFDimTolObjects_DatumObject::GetDatumTarget ( ) const
gp_Ax2 XCAFDimTolObjects_DatumObject::GetDatumTargetAxis ( ) const
Standard_Real XCAFDimTolObjects_DatumObject::GetDatumTargetLength ( ) const
Standard_Integer XCAFDimTolObjects_DatumObject::GetDatumTargetNumber ( ) const
XCAFDimTolObjects_DatumTargetType XCAFDimTolObjects_DatumObject::GetDatumTargetType ( ) const
Standard_Real XCAFDimTolObjects_DatumObject::GetDatumTargetWidth ( ) const
XCAFDimTolObjects_DatumModifiersSequence XCAFDimTolObjects_DatumObject::GetModifiers ( ) const
void XCAFDimTolObjects_DatumObject::GetModifierWithValue ( XCAFDimTolObjects_DatumModifWithValue theModifier,
Standard_Real theValue 
) const
Handle< TCollection_HAsciiString > XCAFDimTolObjects_DatumObject::GetName ( ) const
const gp_Ax2& XCAFDimTolObjects_DatumObject::GetPlane ( ) const
inline
const gp_Pnt& XCAFDimTolObjects_DatumObject::GetPoint ( ) const
inline
const gp_Pnt& XCAFDimTolObjects_DatumObject::GetPointTextAttach ( ) const
inline
Standard_Integer XCAFDimTolObjects_DatumObject::GetPosition ( ) const
TopoDS_Shape XCAFDimTolObjects_DatumObject::GetPresentation ( ) const
inline

Returns graphical presentation of the object.

Handle< TCollection_HAsciiString > XCAFDimTolObjects_DatumObject::GetPresentationName ( ) const
inline

Returns graphical presentation of the object.

Standard_Boolean XCAFDimTolObjects_DatumObject::HasPlane ( ) const
inline
Standard_Boolean XCAFDimTolObjects_DatumObject::HasPoint ( ) const
inline
Standard_Boolean XCAFDimTolObjects_DatumObject::HasPointText ( ) const
inline
Standard_Boolean XCAFDimTolObjects_DatumObject::IsDatumTarget ( ) const
void XCAFDimTolObjects_DatumObject::IsDatumTarget ( const Standard_Boolean  theIsDT)
void XCAFDimTolObjects_DatumObject::SetDatumTarget ( const TopoDS_Shape theShape)
void XCAFDimTolObjects_DatumObject::SetDatumTargetAxis ( const gp_Ax2 theAxis)
void XCAFDimTolObjects_DatumObject::SetDatumTargetLength ( const Standard_Real  theLength)
void XCAFDimTolObjects_DatumObject::SetDatumTargetNumber ( const Standard_Integer  theNumber)
void XCAFDimTolObjects_DatumObject::SetDatumTargetType ( const XCAFDimTolObjects_DatumTargetType  theType)
void XCAFDimTolObjects_DatumObject::SetDatumTargetWidth ( const Standard_Real  theWidth)
void XCAFDimTolObjects_DatumObject::SetModifiers ( const XCAFDimTolObjects_DatumModifiersSequence theModifiers)
void XCAFDimTolObjects_DatumObject::SetModifierWithValue ( const XCAFDimTolObjects_DatumModifWithValue  theModifier,
const Standard_Real  theValue 
)
void XCAFDimTolObjects_DatumObject::SetName ( const Handle< TCollection_HAsciiString > &  theTag)
void XCAFDimTolObjects_DatumObject::SetPlane ( const gp_Ax2 thePlane)
inline
void XCAFDimTolObjects_DatumObject::SetPoint ( const gp_Pnt thePnt)
inline
void XCAFDimTolObjects_DatumObject::SetPointTextAttach ( const gp_Pnt thePntText)
inline
void XCAFDimTolObjects_DatumObject::SetPosition ( const Standard_Integer  thePosition)
void XCAFDimTolObjects_DatumObject::SetPresentation ( const TopoDS_Shape thePresentation,
const Handle< TCollection_HAsciiString > &  thePresentationName 
)
inline

Set graphical presentation for object.


The documentation for this class was generated from the following file: