|
void | Assimp::IFC::AssignMatrixAxes (IfcMatrix4 &out, const IfcVector3 &x, const IfcVector3 &y, const IfcVector3 &z) |
|
void | Assimp::IFC::ConvertAxisPlacement (IfcMatrix4 &out, const Schema_2x3::IfcAxis2Placement3D &in) |
|
void | Assimp::IFC::ConvertAxisPlacement (IfcMatrix4 &out, const Schema_2x3::IfcAxis2Placement2D &in) |
|
void | Assimp::IFC::ConvertAxisPlacement (IfcVector3 &axis, IfcVector3 &pos, const Schema_2x3::IfcAxis1Placement &in) |
|
void | Assimp::IFC::ConvertAxisPlacement (IfcMatrix4 &out, const Schema_2x3::IfcAxis2Placement &in, ConversionData &conv) |
|
void | Assimp::IFC::ConvertCartesianPoint (IfcVector3 &out, const Schema_2x3::IfcCartesianPoint &in) |
|
void | Assimp::IFC::ConvertColor (aiColor4D &out, const Schema_2x3::IfcColourRgb &in) |
|
void | Assimp::IFC::ConvertColor (aiColor4D &out, const Schema_2x3::IfcColourOrFactor &in, ConversionData &conv, const aiColor4D *base) |
|
void | Assimp::IFC::ConvertDirection (IfcVector3 &out, const Schema_2x3::IfcDirection &in) |
|
IfcFloat | Assimp::IFC::ConvertSIPrefix (const std::string &prefix) |
|
void | Assimp::IFC::ConvertTransformOperator (IfcMatrix4 &out, const Schema_2x3::IfcCartesianTransformationOperator &op) |
|
void | Assimp::IFC::ConvertVector (IfcVector3 &out, const Schema_2x3::IfcVector &in) |
|
bool | Assimp::IFC::IsTrue (const ::Assimp::STEP::EXPRESS::BOOLEAN &in) |
|
Implementation of conversion routines for some common Ifc helper entities.