|
Field3D
|
#include <DenseField.h>
Public Types | |
| typedef CubicGenericFieldInterp | class_type |
| typedef boost::intrusive_ptr < CubicGenericFieldInterp > | Ptr |
| typedef Field_T::value_type | value_type |
Public Types inherited from RefBase | |
| typedef boost::intrusive_ptr < RefBase > | Ptr |
Public Member Functions | |
| value_type | sample (const Field_T &data, const V3d &vsP) const |
Public Member Functions inherited from RefBase | |
| void | ref () const |
| Used by boost::intrusive_pointer. More... | |
| size_t | refcnt () |
| Used by boost::intrusive_pointer. More... | |
| void | unref () const |
| Used by boost::intrusive_pointer. More... | |
| RefBase () | |
| RefBase (const RefBase &) | |
| Copy constructor. More... | |
| RefBase & | operator= (const RefBase &) |
| Assignment operator. More... | |
| virtual | ~RefBase () |
| Destructor. More... | |
| virtual bool | checkRTTI (const char *typenameStr)=0 |
| This function is only implemented by concrete classes and triggers the actual RTTI check through matchRTTI();. More... | |
| bool | matchRTTI (const char *typenameStr) |
| Performs a check to see if the given typename string matches this class' This needs to be implemented in -all- subclasses, even abstract ones. More... | |
Static Public Member Functions | |
| static const char * | classType () |
| static const char * | staticClassName () |
Static Public Member Functions inherited from RefBase | |
| static const char * | classType () |
Public Attributes | |
| DEFINE_FIELD_RTTI_CONCRETE_CLASS | |
Private Types | |
| typedef RefBase | base |
| Convenience typedef for referring to base class. More... | |
Static Private Attributes | |
| static TemplatedFieldType < CubicGenericFieldInterp < Field_T > > | ms_classType |
Definition at line 66 of file DenseField.h.
| typedef Field_T::value_type CubicGenericFieldInterp< Field_T >::value_type |
Definition at line 381 of file FieldInterp.h.
| typedef boost::intrusive_ptr<CubicGenericFieldInterp> CubicGenericFieldInterp< Field_T >::Ptr |
Definition at line 382 of file FieldInterp.h.
| typedef CubicGenericFieldInterp CubicGenericFieldInterp< Field_T >::class_type |
Definition at line 386 of file FieldInterp.h.
|
private |
Convenience typedef for referring to base class.
Definition at line 413 of file FieldInterp.h.
|
inlinestatic |
Definition at line 389 of file FieldInterp.h.
|
inlinestatic |
Definition at line 394 of file FieldInterp.h.
References CubicGenericFieldInterp< Field_T >::ms_classType, and TemplatedFieldType< Field_T >::name().
| Field_T::value_type CubicGenericFieldInterp< Field_T >::sample | ( | const Field_T & | data, |
| const V3d & | vsP | ||
| ) | const |
Definition at line 1083 of file FieldInterp.h.
References monotonicCubicInterpolant().
| CubicGenericFieldInterp< Field_T >::DEFINE_FIELD_RTTI_CONCRETE_CLASS |
Definition at line 387 of file FieldInterp.h.
|
staticprivate |
Definition at line 408 of file FieldInterp.h.
Referenced by CubicGenericFieldInterp< Field_T >::classType().