cgma
|
#include <ParamTool.hpp>
Public Member Functions | |
ParamTool () | |
virtual | ~ParamTool () |
virtual CubitStatus | transform_to_uv (const CubitVector &xyz_location, CubitVector &uv_location)=0 |
virtual CubitStatus | transform_to_xyz (CubitVector &xyz_location, const CubitVector &uv_location)=0 |
virtual CubitStatus | uv_derivitives (double, double, CubitVector &, CubitVector &) |
Definition at line 25 of file ParamTool.hpp.
ParamTool::ParamTool | ( | ) | [inline] |
Definition at line 29 of file ParamTool.hpp.
{}
virtual ParamTool::~ParamTool | ( | ) | [inline, virtual] |
Definition at line 30 of file ParamTool.hpp.
{}
virtual CubitStatus ParamTool::transform_to_uv | ( | const CubitVector & | xyz_location, |
CubitVector & | uv_location | ||
) | [pure virtual] |
Implemented in TestParamTool, SurfParamTool, PeriodicParamTool, FacetParamTool, LoopParamTool, and PlanarParamTool.
virtual CubitStatus ParamTool::transform_to_xyz | ( | CubitVector & | xyz_location, |
const CubitVector & | uv_location | ||
) | [pure virtual] |
Implemented in TestParamTool, SurfParamTool, PeriodicParamTool, FacetParamTool, LoopParamTool, and PlanarParamTool.
virtual CubitStatus ParamTool::uv_derivitives | ( | double | , |
double | , | ||
CubitVector & | , | ||
CubitVector & | |||
) | [inline, virtual] |
Reimplemented in TestParamTool, SurfParamTool, PeriodicParamTool, and PlanarParamTool.
Definition at line 36 of file ParamTool.hpp.
{ return CUBIT_FAILURE; }