Inheritance diagram for Dtk_TransformedSurface:Public Member Functions | |
| Dtk_ErrorStatus | _ComputeAnyDerivative (Dtk_Double64 inUvalue, Dtk_Double64 inVvalue, int inUdiff, int inVdiff, Dtk_dir &outdir, int extendtype) const |
| Dtk_ErrorStatus | _ComputeMultipleDerivative (Dtk_Double64 inUvalue, Dtk_Double64 inVvalue, int inUmaxdiff, int inVmaxdiff, int inUVdiffsummax, Dtk_dir *outdirs, int exttype) const |
| Dtk_bool | _HasInternalNurbs () const |
| virtual Dtk_ErrorStatus | _Store (void *) |
| Dtk_ErrorStatus | ComputeBoundingBox (Dtk_pnt &outMin, Dtk_pnt &outMax) const |
| Set Surface Parametrisation : Umin = inDomain[0] Umax = inDomain[1] Vmin = inDomain[2] Vmax = inDomain[3]. More... | |
| virtual Dtk_ErrorStatus | ComputeNormal (const Dtk_Double64 &inUValue, const Dtk_Double64 &inVValue, Dtk_dir &outDir) const |
| Compute Normal on UV point. More... | |
| virtual Dtk_ErrorStatus | ComputeUVPoint (const Dtk_Double64 &inUValue, const Dtk_Double64 &inVValue, Dtk_pnt &outpnt) const |
| Compute 3D point. More... | |
| Dtk_ErrorStatus | ComputeUVto3DFirstDerivative (const Dtk_Double64 &inUValue, const Dtk_Double64 &inVValue, const Dtk_dir &inUVFirstDerivative, Dtk_dir &out3DFirstDerivative) const |
| Compute 3D first derivative on UV point according to UV derivative. More... | |
| Dtk_ErrorStatus | ComputeUVto3DSecondDerivative (const Dtk_Double64 &inUValue, const Dtk_Double64 &inVValue, const Dtk_dir &inUVFirstDerivative, const Dtk_dir &inUVSecondDerivative, Dtk_dir &out3DSecondDerivative) const |
| Compute 3D second derivative on UV point according to UV derivatives. More... | |
| void | DeleteCorrespondingNurbs () |
| int | DtkDynamicType (const int &inId) |
| virtual void | dump (FILE *file=stdout) |
| Dtk_InfoPtr | get_info () const |
| type_detk | get_type_detk () const |
| virtual Dtk_ErrorStatus | GetDomain (Dtk_Double64 outDomain[]) const |
| Get Surface Parametrisation : Umin = outDomain[0] Umax = outDomain[1] Vmin = outDomain[2] Vmax = outDomain[3]. More... | |
| const Dtk_ID & | GetID () const |
| Get Internal UniqueID. More... | |
| virtual Dtk_Size_t | GetSize () const |
| Dtk_SurfacePtr | GetSurface () const |
| Dtk_transfo | GetTransformation () const |
| Dtk_ErrorStatus | GetTrimUVBox (Dtk_Double64 outTrimValues[]) const |
| Get Surface Trim Box : Umin = outTrimValues[0] Umax = outTrimValues[1] Vmin = outTrimValues[2] Vmax = outTrimValues[3]. More... | |
| Dtk_InfoPtr & | info () |
| Dtk_bool | IsTrimmed () const |
| Return DTK_TRUE if Surface Is trimmed by parameter value. More... | |
| virtual Dtk_bool | IsUPeriodic () const |
| Return DTK_TRUE If Periodic following U parameter. More... | |
| virtual Dtk_bool | IsVPeriodic () const |
| Return DTK_TRUE If Periodic following V parameter. More... | |
| virtual void | PrepareTransfo () |
| virtual Dtk_ErrorStatus | SetTrimUVBox (Dtk_Double64 inTrimValues[]) |
| Set Surface Trim Box : Umin = inTrimValues[0] Umax = inTrimValues[1] Vmin = inTrimValues[2] Vmax = inTrimValues[3]. More... | |
| virtual Dtk_NurbsSurfacePtr | ToNurbs (const Dtk_Double64 *inTrimDomain=NULL) const |
| Convert a surface into a Nurbs, keeping the parametrisation of the initial surface. More... | |
| Dtk_ErrorStatus | Transform (const Dtk_transfo &inTransfo) |
Static Public Member Functions | |
| static Dtk_SurfacePtr | Create (const Dtk_Surface &in) |
| static Dtk_TransformedSurfacePtr | Create (const Dtk_SurfacePtr &inSurf, const Dtk_transfo &inTransformation) |
| Create an transformed surface. More... | |
| static Dtk_TransformedSurfacePtr | Create (const Dtk_TransformedSurface &in) |
| Calls copy constructor to allocate a new object. More... | |
| static Dtk_TransformedSurface * | DtkDynamicCast (Dtk_Object *s) |
Protected Types | |
| enum | { _typeID = DTK_TYPE_OBJECT } |
| enum | { _typeID = DTK_TYPE_ENTITY } |
| enum | { _typeID = DTK_TYPE_TRANSFORMED_SURFACE } |
| enum | { _typeID = DTK_TYPE_SURFACE } |
Protected Member Functions | |
| void | _copy (const Dtk_Entity &s) |
| void | _init () |
| void | _reset () |
| virtual Dtk_Object * | Clone () |
| Dtk_TransformedSurface () | |
| Dtk_TransformedSurface (const Dtk_SurfacePtr &inSurf, const Dtk_transfo &inTransformation) | |
| Dtk_TransformedSurface (const Dtk_TransformedSurface &s) | |
| virtual | ~Dtk_TransformedSurface () |
Protected Attributes | |
| Dtk_Handle * | _Private |
| unsigned long | count_ |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
|
virtual |
Reimplemented from Dtk_Surface.
|
virtual |
Reimplemented from Dtk_Surface.
|
protectedinherited |
|
inherited |
|
protectedinherited |
|
protectedinherited |
|
virtual |
Reimplemented from Dtk_Surface.
|
protectedvirtual |
Implements Dtk_Surface.
|
inherited |
Set Surface Parametrisation : Umin = inDomain[0] Umax = inDomain[1] Vmin = inDomain[2] Vmax = inDomain[3].
Compute Bounding Box
|
virtualinherited |
Compute Normal on UV point.
Reimplemented in Dtk_OffsetSurface, Dtk_SphericalSurface, Dtk_ToroidalSurface, Dtk_ConicalSurface, Dtk_CylindricalSurface, Dtk_PlaneSurface, and Dtk_NurbsSurface.
|
virtual |
Compute 3D point.
Implements Dtk_Surface.
|
inherited |
Compute 3D first derivative on UV point according to UV derivative.
|
inherited |
Compute 3D second derivative on UV point according to UV derivatives.
|
staticinherited |
|
static |
Create an transformed surface.
| [in] | inSurf | : Surface to be transformed |
| [in] | inTransformation | : transformation matrix |
|
static |
Calls copy constructor to allocate a new object.
| in | Object to copy from. |
|
inherited |
|
static |
|
virtual |
Reimplemented from Dtk_Surface.
|
virtualinherited |
|
inherited |
|
virtual |
Implements Dtk_Entity.
|
virtual |
Get Surface Parametrisation : Umin = outDomain[0] Umax = outDomain[1] Vmin = outDomain[2] Vmax = outDomain[3].
Implements Dtk_Surface.
|
inherited |
Get Internal UniqueID.
|
virtual |
Reimplemented from Dtk_Surface.
| Dtk_SurfacePtr Dtk_TransformedSurface::GetSurface | ( | ) | const |
| Dtk_transfo Dtk_TransformedSurface::GetTransformation | ( | ) | const |
|
inherited |
Get Surface Trim Box : Umin = outTrimValues[0] Umax = outTrimValues[1] Vmin = outTrimValues[2] Vmax = outTrimValues[3].
|
inherited |
|
inherited |
Return DTK_TRUE if Surface Is trimmed by parameter value.
|
virtualinherited |
Return DTK_TRUE If Periodic following U parameter.
Reimplemented in Dtk_SphericalSurface, Dtk_ToroidalSurface, Dtk_LinearExtrusionSurface, and Dtk_NurbsSurface.
|
virtualinherited |
Return DTK_TRUE If Periodic following V parameter.
Reimplemented in Dtk_SphericalSurface, Dtk_ToroidalSurface, Dtk_LinearExtrusionSurface, and Dtk_NurbsSurface.
|
virtualinherited |
Reimplemented in Dtk_OffsetSurface.
|
virtualinherited |
Set Surface Trim Box : Umin = inTrimValues[0] Umax = inTrimValues[1] Vmin = inTrimValues[2] Vmax = inTrimValues[3].
Reimplemented in Dtk_StandardRevolutionSurface, and Dtk_RevolutionSurface.
|
virtual |
Convert a surface into a Nurbs, keeping the parametrisation of the initial surface.
Implements Dtk_Surface.
|
virtual |
Implements Dtk_Entity.
|
protected |
|
protectedinherited |