#include <InterpolationPlanar.hxx>
Public Member Functions |
| | InterpolationPlanar () |
| | InterpolationPlanar (const InterpolationOptions &io) |
| void | setOptions (double precision, int printLevel, IntersectionType intersectionType, int orientation=0) |
| template<class MyMeshType , class MatrixType > |
| int | interpolateMeshes (const MyMeshType &meshS, const MyMeshType &meshT, MatrixType &result, const char *method) |
| bool | doRotate () const |
| double | medianPlane () const |
| template<class MyMeshType , class MyMatrixRow > |
| void | performAdjustmentOfBB (PlanarIntersector< MyMeshType, MyMatrixRow > *intersector, std::vector< double > &bbox) const |
Protected Member Functions |
| RealPlanar & | asLeafInterpPlanar () |
| const RealPlanar & | asLeafInterpPlanar () const |
Private Attributes |
| double | _dim_caracteristic |
template<class RealPlanar>
class INTERP_KERNEL::InterpolationPlanar< RealPlanar >
Constructor & Destructor Documentation
template<class RealPlanar>
template<class RealPlanar>
Member Function Documentation
template<class RealPlanar>
template<class RealPlanar>
template<class MyMeshType , class MatrixType >
template<class RealPlanar>
template<class RealPlanar>
template<class RealPlanar>
template<class MyMeshType , class MyMatrixRow >
template<class RealPlanar>
template<class RealPlanar>
Field Documentation
template<class RealPlanar>