Open CASCADE Technology 6.6.0
|
#include <StepGeom_GeometricRepresentationContextAndParametricRepresentationContext.hxx>
Public Member Functions | |
StepGeom_GeometricRepresentationContextAndParametricRepresentationContext () | |
empty constructor | |
virtual void | Init (const Handle< TCollection_HAsciiString > &aContextIdentifier, const Handle< TCollection_HAsciiString > &aContextType) |
virtual void | Init (const Handle< TCollection_HAsciiString > &aContextIdentifier, const Handle< TCollection_HAsciiString > &aContextType, const Handle< StepGeom_GeometricRepresentationContext > &aGeometricRepresentationContext, const Handle< StepRepr_ParametricRepresentationContext > &aParametricRepresentationContext) |
virtual void | Init (const Handle< TCollection_HAsciiString > &aContextIdentifier, const Handle< TCollection_HAsciiString > &aContextType, const Standard_Integer aCoordinateSpaceDimension) |
void | SetGeometricRepresentationContext (const Handle< StepGeom_GeometricRepresentationContext > &aGeometricRepresentationContext) |
Handle_StepGeom_GeometricRepresentationContext | GeometricRepresentationContext () const |
void | SetParametricRepresentationContext (const Handle< StepRepr_ParametricRepresentationContext > &aParametricRepresentationContext) |
Handle_StepRepr_ParametricRepresentationContext | ParametricRepresentationContext () const |
void | SetCoordinateSpaceDimension (const Standard_Integer aCoordinateSpaceDimension) |
Standard_Integer | CoordinateSpaceDimension () const |
StepGeom_GeometricRepresentationContextAndParametricRepresentationContext::StepGeom_GeometricRepresentationContextAndParametricRepresentationContext | ( | ) |
Standard_Integer StepGeom_GeometricRepresentationContextAndParametricRepresentationContext::CoordinateSpaceDimension | ( | ) | const |
Handle_StepGeom_GeometricRepresentationContext StepGeom_GeometricRepresentationContextAndParametricRepresentationContext::GeometricRepresentationContext | ( | ) | const |
virtual void StepGeom_GeometricRepresentationContextAndParametricRepresentationContext::Init | ( | const Handle< TCollection_HAsciiString > & | aContextIdentifier, |
const Handle< TCollection_HAsciiString > & | aContextType | ||
) | [virtual] |
Reimplemented from StepRepr_RepresentationContext.
virtual void StepGeom_GeometricRepresentationContextAndParametricRepresentationContext::Init | ( | const Handle< TCollection_HAsciiString > & | aContextIdentifier, |
const Handle< TCollection_HAsciiString > & | aContextType, | ||
const Handle< StepGeom_GeometricRepresentationContext > & | aGeometricRepresentationContext, | ||
const Handle< StepRepr_ParametricRepresentationContext > & | aParametricRepresentationContext | ||
) | [virtual] |
virtual void StepGeom_GeometricRepresentationContextAndParametricRepresentationContext::Init | ( | const Handle< TCollection_HAsciiString > & | aContextIdentifier, |
const Handle< TCollection_HAsciiString > & | aContextType, | ||
const Standard_Integer | aCoordinateSpaceDimension | ||
) | [virtual] |
Handle_StepRepr_ParametricRepresentationContext StepGeom_GeometricRepresentationContextAndParametricRepresentationContext::ParametricRepresentationContext | ( | ) | const |
void StepGeom_GeometricRepresentationContextAndParametricRepresentationContext::SetCoordinateSpaceDimension | ( | const Standard_Integer | aCoordinateSpaceDimension | ) |
void StepGeom_GeometricRepresentationContextAndParametricRepresentationContext::SetGeometricRepresentationContext | ( | const Handle< StepGeom_GeometricRepresentationContext > & | aGeometricRepresentationContext | ) |
void StepGeom_GeometricRepresentationContextAndParametricRepresentationContext::SetParametricRepresentationContext | ( | const Handle< StepRepr_ParametricRepresentationContext > & | aParametricRepresentationContext | ) |