• Home
  • Raw
  • Download

Lines Matching refs:AffineCompact

185     Rows = int(Mode)==(AffineCompact) ? Dim : HDim
197 typedef Block<MatrixType,Dim,Dim,int(Mode)==(AffineCompact)> LinearPart;
199 typedef const Block<ConstMatrixType,Dim,Dim,int(Mode)==(AffineCompact)> ConstLinearPart;
201 typedef typename internal::conditional<int(Mode)==int(AffineCompact),
205 typedef typename internal::conditional<int(Mode)==int(AffineCompact),
211 typedef Block<MatrixType,Dim,1,int(Mode)==(AffineCompact)> TranslationPart;
213 typedef const Block<ConstMatrixType,Dim,1,int(Mode)==(AffineCompact)> ConstTranslationPart;
306 …EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(OtherMode==int(Affine)||OtherMode==int(AffineCompact), Mode!=int… in Transform()
309 enum { ModeIsAffineCompact = Mode == int(AffineCompact), in Transform()
310 OtherModeIsAffineCompact = OtherMode == int(AffineCompact) in Transform()
443 if (Mode!=int(AffineCompact))
594 if(int(Mode)!=int(AffineCompact)) in makeAffine()
661 typedef Transform<float,2,AffineCompact> AffineCompact2f;
663 typedef Transform<float,3,AffineCompact> AffineCompact3f;
665 typedef Transform<double,2,AffineCompact> AffineCompact2d;
667 typedef Transform<double,3,AffineCompact> AffineCompact3d;
744 if (Mode == int(AffineCompact))
762 if (Mode == int(AffineCompact)) in toQTransform()
1170 struct transform_take_affine_part<Transform<Scalar,Dim,AffineCompact, Options> > {
1171 typedef typename Transform<Scalar,Dim,AffineCompact,Options>::MatrixType MatrixType;
1209 struct transform_construct_from_matrix<Other, AffineCompact,Options,Dim,HDim, HDim,HDim>
1211 …static inline void run(Transform<typename Other::Scalar,Dim,AffineCompact,Options> *transform, con…
1227 (LhsMode == (int)AffineCompact || RhsMode == (int)AffineCompact ) ? AffineCompact :
1310 struct transform_left_product_impl<Other,AffineCompact,Options,Dim,HDim, HDim,HDim>
1312 typedef Transform<typename Other::Scalar,Dim,AffineCompact,Options> TransformType;
1342 struct transform_left_product_impl<Other,AffineCompact,Options,Dim,HDim, Dim,HDim>
1344 typedef Transform<typename Other::Scalar,Dim,AffineCompact,Options> TransformType;
1366 if(Mode!=int(AffineCompact))
1408 struct transform_transform_product_impl<Transform<Scalar,Dim,AffineCompact,LhsOptions>,Transform<Sc…
1410 typedef Transform<Scalar,Dim,AffineCompact,LhsOptions> Lhs;
1423 …impl<Transform<Scalar,Dim,Projective,LhsOptions>,Transform<Scalar,Dim,AffineCompact,RhsOptions>,tr…
1426 typedef Transform<Scalar,Dim,AffineCompact,RhsOptions> Rhs;