HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GEO_ImplicitLink< PREC > Class Template Reference

#include <GEO_ImplicitBasicSurfaces.h>

Public Member Functions

 GEO_ImplicitLink (VEXfloat< PREC > r1, VEXfloat< PREC > r2, VEXfloat< PREC > length, bool invert=false)
 
VEXfloat< PREC > eval (const VEXvec3< PREC > p, VEXvec3< PREC > *grad, VEXfloat< PREC > *length_grad, VEXfloat< PREC > *r1_grad, VEXfloat< PREC > *r2_grad) const
 
VEXfloat< PREC > operator() (const VEXvec3< PREC > p) const
 
VEXfloat< PREC > operator() (const VEXvec3< PREC > p, VEXvec3< PREC > &grad) const
 
VEXfloat< PREC > operator() (const VEXvec3< PREC > p, VEXvec3< PREC > &grad, VEXfloat< PREC > &length_grad, VEXfloat< PREC > &r1_grad, VEXfloat< PREC > &r2_grad) const
 
UT_IntervalT< VEXfloat< PREC > > operator() (const UT_BoundingBoxT< VEXfloat< PREC >> &p) const
 
UT_IntervalT< VEXfloat< PREC > > operator() (const VEXvec3< PREC > &center, VEXfloat< PREC > radius) const
 

Public Attributes

VEXfloat< PREC > length = 0.5
 
VEXfloat< PREC > r1 = 0.5
 
VEXfloat< PREC > r2 = 0.1
 
bool invert = false
 

Detailed Description

template<VEX_Precision PREC>
class GEO_ImplicitLink< PREC >

Definition at line 186 of file GEO_ImplicitBasicSurfaces.h.

Constructor & Destructor Documentation

template<VEX_Precision PREC>
GEO_ImplicitLink< PREC >::GEO_ImplicitLink ( VEXfloat< PREC >  r1,
VEXfloat< PREC >  r2,
VEXfloat< PREC >  length,
bool  invert = false 
)
inline

Definition at line 194 of file GEO_ImplicitBasicSurfaces.h.

Member Function Documentation

template<VEX_Precision PREC>
VEXfloat<PREC> GEO_ImplicitLink< PREC >::eval ( const VEXvec3< PREC >  p,
VEXvec3< PREC > *  grad,
VEXfloat< PREC > *  length_grad,
VEXfloat< PREC > *  r1_grad,
VEXfloat< PREC > *  r2_grad 
) const
template<VEX_Precision PREC>
VEXfloat<PREC> GEO_ImplicitLink< PREC >::operator() ( const VEXvec3< PREC >  p) const
template<VEX_Precision PREC>
VEXfloat<PREC> GEO_ImplicitLink< PREC >::operator() ( const VEXvec3< PREC >  p,
VEXvec3< PREC > &  grad 
) const
template<VEX_Precision PREC>
VEXfloat<PREC> GEO_ImplicitLink< PREC >::operator() ( const VEXvec3< PREC >  p,
VEXvec3< PREC > &  grad,
VEXfloat< PREC > &  length_grad,
VEXfloat< PREC > &  r1_grad,
VEXfloat< PREC > &  r2_grad 
) const
template<VEX_Precision PREC>
UT_IntervalT<VEXfloat<PREC> > GEO_ImplicitLink< PREC >::operator() ( const UT_BoundingBoxT< VEXfloat< PREC >> &  p) const
template<VEX_Precision PREC>
UT_IntervalT<VEXfloat<PREC> > GEO_ImplicitLink< PREC >::operator() ( const VEXvec3< PREC > &  center,
VEXfloat< PREC >  radius 
) const

Member Data Documentation

template<VEX_Precision PREC>
bool GEO_ImplicitLink< PREC >::invert = false

Definition at line 192 of file GEO_ImplicitBasicSurfaces.h.

template<VEX_Precision PREC>
VEXfloat<PREC> GEO_ImplicitLink< PREC >::length = 0.5

Definition at line 189 of file GEO_ImplicitBasicSurfaces.h.

template<VEX_Precision PREC>
VEXfloat<PREC> GEO_ImplicitLink< PREC >::r1 = 0.5

Definition at line 190 of file GEO_ImplicitBasicSurfaces.h.

template<VEX_Precision PREC>
VEXfloat<PREC> GEO_ImplicitLink< PREC >::r2 = 0.1

Definition at line 191 of file GEO_ImplicitBasicSurfaces.h.


The documentation for this class was generated from the following file: