Field3D
|
#include <FieldInterp.h>
Public Types | |
typedef CubicMACFieldInterp | class_type |
typedef boost::intrusive_ptr< CubicMACFieldInterp > | 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 MACField< Data_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< CubicMACFieldInterp< Data_T > > | ms_classType |
Definition at line 434 of file FieldInterp.h.
typedef Data_T CubicMACFieldInterp< Data_T >::value_type |
Definition at line 440 of file FieldInterp.h.
typedef boost::intrusive_ptr<CubicMACFieldInterp> CubicMACFieldInterp< Data_T >::Ptr |
Definition at line 441 of file FieldInterp.h.
typedef CubicMACFieldInterp CubicMACFieldInterp< Data_T >::class_type |
Definition at line 445 of file FieldInterp.h.
|
private |
Convenience typedef for referring to base class.
Definition at line 471 of file FieldInterp.h.
|
inlinestatic |
Definition at line 448 of file FieldInterp.h.
|
inlinestatic |
Definition at line 453 of file FieldInterp.h.
References ms_classType.
Data_T CubicMACFieldInterp< Data_T >::sample | ( | const MACField< Data_T > & | data, |
const V3d & | vsP ) const |
Definition at line 1205 of file FieldInterp.h.
References FieldRes::dataWindow(), FIELD3D_VEC3_T, monotonicCubicInterpolant(), MACField< Data_T >::u(), MACField< Data_T >::v(), and MACField< Data_T >::w().
CubicMACFieldInterp< Data_T >::DEFINE_FIELD_RTTI_CONCRETE_CLASS |
Definition at line 446 of file FieldInterp.h.
|
staticprivate |
Definition at line 466 of file FieldInterp.h.
Referenced by staticClassType().