Open CASCADE Technology 6.6.0
|
#include <TransferBRep_ShapeMapper.hxx>
Public Member Functions | |
TransferBRep_ShapeMapper (const TopoDS_Shape &akey) | |
const TopoDS_Shape & | Value () const |
Standard_Boolean | Equates (const Handle< Transfer_Finder > &other) const |
Specific testof equallity : to be defined by each sub-class, must be False if Finders have not the same true Type, else their contents must be compared | |
virtual Handle_Standard_Type | ValueType () const |
Returns the Type of the Value. By default, returns the DynamicType of <me>, but can be redefined | |
virtual Standard_CString | ValueTypeName () const |
Returns the name of the Type of the Value. Default is name of ValueType, unless it is for a non-handled object |
TransferBRep_ShapeMapper::TransferBRep_ShapeMapper | ( | const TopoDS_Shape & | akey | ) |
Standard_Boolean TransferBRep_ShapeMapper::Equates | ( | const Handle< Transfer_Finder > & | other | ) | const [virtual] |
Implements Transfer_Finder.
const TopoDS_Shape& TransferBRep_ShapeMapper::Value | ( | ) | const |
virtual Handle_Standard_Type TransferBRep_ShapeMapper::ValueType | ( | ) | const [virtual] |
Reimplemented from Transfer_Finder.
virtual Standard_CString TransferBRep_ShapeMapper::ValueTypeName | ( | ) | const [virtual] |
Reimplemented from Transfer_Finder.