|
Field3D
|
#include <FieldInterp.h>
Public Types | |
| typedef LinearFieldInterp | class_type |
| typedef boost::intrusive_ptr< LinearFieldInterp > | Ptr |
| typedef Data_T | value_type |
Public Types inherited from FieldInterp< Data_T > | |
| typedef FieldInterp | class_type |
| typedef boost::intrusive_ptr< FieldInterp > | Ptr |
| typedef Data_T | value_type |
Public Types inherited from RefBase | |
| typedef boost::intrusive_ptr< RefBase > | Ptr |
| typedef boost::weak_ptr< RefBase > | WeakPtr |
Public Member Functions | |
| virtual Data_T | sample (const Field< Data_T > &data, const V3d &vsP) const |
Public Member Functions inherited from FieldInterp< Data_T > | |
| virtual Data_T | sample (const Field< Data_T > &data, const V3d &vsP) const =0 |
| virtual | ~FieldInterp () |
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... | |
| 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 Public Member Functions inherited from FieldInterp< Data_T > | |
| static const char * | staticClassName () |
| static const char * | staticClassType () |
Static Public Member Functions inherited from RefBase | |
| static const char * | staticClassType () |
Public Attributes | |
| DEFINE_FIELD_RTTI_CONCRETE_CLASS | |
Public Attributes inherited from FieldInterp< Data_T > | |
| DEFINE_FIELD_RTTI_ABSTRACT_CLASS | |
Private Types | |
| typedef FieldInterp< Data_T > | base |
| Convenience typedef for referring to base class. More... | |
Static Private Attributes | |
| static TemplatedFieldType< LinearFieldInterp< Data_T > > | ms_classType |
Definition at line 136 of file FieldInterp.h.
| typedef Data_T LinearFieldInterp< Data_T >::value_type |
Definition at line 142 of file FieldInterp.h.
| typedef boost::intrusive_ptr<LinearFieldInterp> LinearFieldInterp< Data_T >::Ptr |
Definition at line 143 of file FieldInterp.h.
| typedef LinearFieldInterp LinearFieldInterp< Data_T >::class_type |
Definition at line 147 of file FieldInterp.h.
|
private |
Convenience typedef for referring to base class.
Definition at line 173 of file FieldInterp.h.
|
inlinestatic |
Definition at line 150 of file FieldInterp.h.
|
inlinestatic |
Definition at line 155 of file FieldInterp.h.
References LinearFieldInterp< Data_T >::ms_classType, and TemplatedFieldType< Field_T >::name().
|
virtual |
Implements FieldInterp< Data_T >.
Definition at line 606 of file FieldInterp.h.
References FieldRes::dataWindow(), detail::floor(), detail::max(), detail::min(), and Field< Data_T >::value().
| LinearFieldInterp< Data_T >::DEFINE_FIELD_RTTI_CONCRETE_CLASS |
Definition at line 148 of file FieldInterp.h.
|
staticprivate |
Definition at line 168 of file FieldInterp.h.
Referenced by LinearFieldInterp< Data_T >::staticClassType().