Home
last modified time | relevance | path

Searched refs:kMatrixFilmBackOperation (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcGeom/
H A DFilmBackXformOp.cpp73 case kMatrixFilmBackOperation: in FilmBackXformOp()
96 m_type = kMatrixFilmBackOperation; in FilmBackXformOp()
147 case kMatrixFilmBackOperation: in getTypeAndHint()
193 return m_type == kMatrixFilmBackOperation; in isMatrixOp()
219 ABCA_ASSERT( m_type == kMatrixFilmBackOperation, in setMatrix()
255 ABCA_ASSERT( m_type == kMatrixFilmBackOperation, in getMatrix()
H A DFoundation.h89 kMatrixFilmBackOperation = 2 enumerator
/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/
H A DPyAbcGeomTypes.cpp71 .value( "kMatrixFilmBackOperation", AbcG::kMatrixFilmBackOperation ) in register_abcgeomtypes()