Field3D
|
Used to return a string for the name of a templated field. More...
#include <Traits.h>
Public Member Functions | |
const char * | name () |
TemplatedFieldType () | |
Private Attributes | |
std::string | m_name |
Used to return a string for the name of a templated field.
|
inline |
Definition at line 288 of file Traits.h.
References TemplatedFieldType< Field_T >::m_name, and DataTypeTraits< T >::name().
|
inline |
Definition at line 284 of file Traits.h.
References TemplatedFieldType< Field_T >::m_name.
Referenced by CubicFieldInterp< Data_T >::staticClassType(), CubicGenericFieldInterp< Field_T >::staticClassType(), FieldInterp< Data_T >::staticClassType(), LinearFieldInterp< Data_T >::staticClassType(), LinearGenericFieldInterp< Field_T >::staticClassType(), LinearMACFieldInterp< Data_T >::staticClassType(), and LinearSparseFieldInterp< Data_T >::staticClassType().
|
private |
Definition at line 297 of file Traits.h.
Referenced by TemplatedFieldType< Field_T >::name(), and TemplatedFieldType< Field_T >::TemplatedFieldType().