|
| template<class MyMeshType , class MatrixType > |
| MyMeshType::MyConnType | fromIntegralUniform (const MyMeshType &meshT, MatrixType &result, const std::string &method) |
| |
| template<class MatrixType , class MyMeshType > |
| MyMeshType::MyConnType | interpolateMeshes (const MyMeshType &meshS, const MyMeshType &meshT, MatrixType &result) |
| |
| | Interpolation () |
| |
| | Interpolation (const InterpolationOptions &io) |
| |
| template<class MyMeshType , class MatrixType > |
| MyMeshType::MyConnType | toIntegralUniform (const MyMeshType &meshS, MatrixType &result, const std::string &method) |
| |
| void | copyOptions (const InterpolationOptions &other) |
| |
| std::string | filterInterpolationMethod (const std::string &meth) const |
| |
| double | getBoundingBoxAdjustment () const |
| |
| double | getBoundingBoxAdjustmentAbs () const |
| |
| bool | getDoRotate () const |
| |
| const FEInterpolationOptions & | getFEOptions () const |
| |
| IntersectionType | getIntersectionType () const |
| |
| std::string | getIntersectionTypeRepr () const |
| |
| double | getMaxDistance3DSurfIntersect () const |
| |
| bool | getMaxDistanceStatus () const override |
| |
| bool | getMeasureAbsStatus () const |
| |
| double | getMedianPlane () const |
| |
| double | getMinDotBtwPlane3DSurfIntersect () const |
| |
| int | getOrientation () const |
| |
| double | getPrecision () const |
| |
| int | getPrintLevel () const |
| |
| double | getProjectionMaxDistance () const override |
| |
| bool | getProjectionOnSurfStatus () const override |
| |
| SplittingPolicy | getSplittingPolicy () const |
| |
| std::string | getSplittingPolicyRepr () const |
| |
| void | init () |
| |
| | InterpolationOptions () |
| |
| | InterpolationOptions (const InterpolationOptions &other)=default |
| |
| InterpolationOptions & | operator= (const InterpolationOptions &other)=default |
| |
| std::string | printOptions () const |
| |
| void | setBoundingBoxAdjustment (double bba) |
| |
| void | setBoundingBoxAdjustmentAbs (double bba) |
| |
| void | setDoRotate (bool dr) |
| |
| bool | setInterpolationOptions (int print_level, std::string intersection_type, double precision, double median_plane, bool do_rotate, double bounding_box_adjustment, double bounding_box_adjustment_abs, double max_distance_for_3Dsurf_intersect, int orientation, bool measure_abs, std::string splitting_policy) |
| |
| void | setIntersectionType (IntersectionType it) |
| |
| void | setMaxDistance3DSurfIntersect (double bba) |
| |
| void | setMaxDistanceStatus (bool maxDistStatus) override |
| |
| void | setMeasureAbsStatus (bool newStatus) |
| |
| void | setMedianPlane (double mp) |
| |
| void | setMinDotBtwPlane3DSurfIntersect (double v) |
| |
| bool | setOptionDouble (const std::string &key, double value) |
| |
| bool | setOptionInt (const std::string &key, int value) |
| |
| bool | setOptionString (const std::string &key, const std::string &value) |
| |
| void | setOrientation (int o) |
| |
| void | setPrecision (double p) |
| |
| void | setPrintLevel (int pl) |
| |
| void | setProjectionMaxDistance (double projDistMax) override |
| |
| void | setProjectionOnSurfStatus (bool projOnSurfStatus) override |
| |
| void | setSplittingPolicy (SplittingPolicy sp) |
| |
| | ~InterpolationOptions ()=default |
| |
| virtual bool | getMaxDistanceStatus () const =0 |
| |
| virtual double | getProjectionMaxDistance () const =0 |
| |
| virtual bool | getProjectionOnSurfStatus () const =0 |
| |
| virtual void | setMaxDistanceStatus (bool maxDistStatus)=0 |
| |
| virtual void | setProjectionMaxDistance (double projDistMax)=0 |
| |
| virtual void | setProjectionOnSurfStatus (bool projOnSurfStatus)=0 |
| |