Home
last modified time | relevance | path

Searched refs:XformOperationType (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/Tests/
H A DtestXform.py42 kScaleOperation = XformOperationType.kScaleOperation
43 kTranslateOperation = XformOperationType.kTranslateOperation
44 kRotateOperation = XformOperationType.kRotateOperation
45 kMatrixOperation = XformOperationType.kMatrixOperation
46 kRotateXOperation = XformOperationType.kRotateXOperation
47 kRotateYOperation = XformOperationType.kRotateYOperation
48 kRotateZOperation = XformOperationType.kRotateZOperation
H A DtestHash.py42 kTranslateOperation = XformOperationType.kTranslateOperation
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcGeom/
H A DXformOp.h125 XformOp( const XformOperationType iType,
131 XformOperationType getType() const;
135 void setType( const XformOperationType iType );
230 XformOperationType m_type;
H A DXformOp.cpp53 XformOp::XformOp( const XformOperationType iType, in XformOp()
85 m_type = (XformOperationType)(iEncodedOp >> 4); in XformOp()
109 XformOperationType XformOp::getType() const in getType()
115 void XformOp::setType( const XformOperationType iType ) in setType()
H A DFoundation.h70 enum XformOperationType enum
H A DXformSample.cpp562 XformOperationType otype = op.getType(); in getMatrix()
/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/
H A DPyAbcGeomTypes.cpp56 enum_<AbcG::XformOperationType>( "XformOperationType" ) in register_abcgeomtypes()
H A DPyXformOp.cpp54 init<const AbcG::XformOperationType, const AbcU::uint8_t>( in register_xformop()
/dports/graphics/alembic/alembic-1.8.3/maya/AbcExport/
H A DMayaTransformWriter.cpp166 static const Alembic::AbcGeom::XformOperationType rots[3] = { in addRotate()