Field3D
|
#include <FieldInterp.h>
Public Types | |
typedef ProceduralFieldLookup | class_type |
typedef boost::intrusive_ptr< ProceduralFieldLookup > | Ptr |
typedef Data_T | value_type |
![]() | |
typedef boost::intrusive_ptr< RefBase > | Ptr |
typedef boost::weak_ptr< RefBase > | WeakPtr |
Public Member Functions | |
Data_T | sample (const ProceduralField< Data_T > &data, const V3d &vsP) const |
![]() | |
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... | |
WeakPtr | weakPtr () const |
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 * | 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. More... | |
Static Private Attributes | |
static TemplatedFieldType< ProceduralFieldLookup< Data_T > > | ms_classType |
Definition at line 493 of file FieldInterp.h.
typedef Data_T ProceduralFieldLookup< Data_T >::value_type |
Definition at line 499 of file FieldInterp.h.
typedef boost::intrusive_ptr<ProceduralFieldLookup> ProceduralFieldLookup< Data_T >::Ptr |
Definition at line 500 of file FieldInterp.h.
typedef ProceduralFieldLookup ProceduralFieldLookup< Data_T >::class_type |
Definition at line 504 of file FieldInterp.h.
|
private |
Convenience typedef for referring to base class.
Definition at line 530 of file FieldInterp.h.
|
inlinestatic |
Definition at line 507 of file FieldInterp.h.
|
inlinestatic |
Definition at line 512 of file FieldInterp.h.
References FieldInterp< Data_T >::sample().
Data_T ProceduralFieldLookup< Data_T >::sample | ( | const ProceduralField< Data_T > & | data, |
const V3d & | vsP | ||
) | const |
Definition at line 1547 of file FieldInterp.h.
References FieldRes::dataResolution(), and ProceduralField< Data_T >::lsSample().
ProceduralFieldLookup< Data_T >::DEFINE_FIELD_RTTI_CONCRETE_CLASS |
Definition at line 505 of file FieldInterp.h.
|
staticprivate |
Definition at line 525 of file FieldInterp.h.