Field3D
|
#include <FieldInterp.h>
Public Types | |
typedef LinearGenericFieldInterp | class_type |
typedef boost::intrusive_ptr< LinearGenericFieldInterp > | Ptr |
typedef Field_T::value_type | value_type |
![]() | |
typedef boost::intrusive_ptr< RefBase > | Ptr |
typedef boost::weak_ptr< RefBase > | WeakPtr |
Public Member Functions | |
value_type | sample (const Field_T &data, const V3d &vsP) const |
![]() | |
void | ref () const |
Used by boost::intrusive_pointer. | |
size_t | refcnt () |
Used by boost::intrusive_pointer. | |
void | unref () const |
Used by boost::intrusive_pointer. | |
WeakPtr | weakPtr () const |
RefBase () | |
RefBase (const RefBase &) | |
Copy constructor. | |
RefBase & | operator= (const RefBase &) |
Assignment operator. | |
virtual | ~RefBase () |
Destructor. | |
virtual bool | checkRTTI (const char *typenameStr)=0 |
This function is only implemented by concrete classes and triggers the actual RTTI check through matchRTTI();. | |
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. | |
Static Public Member Functions | |
static const char * | staticClassName () |
static const char * | staticClassType () |
![]() | |
static const char * | staticClassType () |
Public Attributes | |
DEFINE_FIELD_RTTI_CONCRETE_CLASS | |
Private Types | |
typedef RefBase | base |
Convenience typedef for referring to base class. | |
Static Private Attributes | |
static TemplatedFieldType< LinearGenericFieldInterp< Field_T > > | ms_classType |
Definition at line 253 of file FieldInterp.h.
typedef Field_T::value_type LinearGenericFieldInterp< Field_T >::value_type |
Definition at line 259 of file FieldInterp.h.
typedef boost::intrusive_ptr<LinearGenericFieldInterp> LinearGenericFieldInterp< Field_T >::Ptr |
Definition at line 260 of file FieldInterp.h.
typedef LinearGenericFieldInterp LinearGenericFieldInterp< Field_T >::class_type |
Definition at line 264 of file FieldInterp.h.
|
private |
Convenience typedef for referring to base class.
Definition at line 290 of file FieldInterp.h.
|
inlinestatic |
Definition at line 267 of file FieldInterp.h.
|
inlinestatic |
Definition at line 272 of file FieldInterp.h.
References LinearGenericFieldInterp< Field_T >::ms_classType, and TemplatedFieldType< Field_T >::name().
Field_T::value_type LinearGenericFieldInterp< Field_T >::sample | ( | const Field_T & | data, |
const V3d & | vsP ) const |
Definition at line 773 of file FieldInterp.h.
References FIELD3D_MTX_T.
LinearGenericFieldInterp< Field_T >::DEFINE_FIELD_RTTI_CONCRETE_CLASS |
Definition at line 265 of file FieldInterp.h.
|
staticprivate |
Definition at line 285 of file FieldInterp.h.
Referenced by LinearGenericFieldInterp< Field_T >::staticClassType().