Version: 9.12.0
MEDCoupling::DataArrayTuple< T > Class Template Reference
Inheritance diagram for MEDCoupling::DataArrayTuple< T >:

Public Member Functions

Traits< T >::ArrayType * buildDA (std::size_t nbOfTuples, std::size_t nbOfCompo) const
 
 DataArrayTuple (T *pt, std::size_t nbOfComp)
 
const T * getConstPointer () const
 
std::size_t getNumberOfCompo () const
 
T * getPointer ()
 
std::string repr () const
 

Protected Member Functions

zeValue () const
 

Protected Attributes

std::size_t _nb_of_compo
 
T * _pt
 

Constructor & Destructor Documentation

◆ DataArrayTuple()

template<class T >
MEDCoupling::DataArrayTuple< T >::DataArrayTuple ( T *  pt,
std::size_t  nbOfComp 
)

Member Function Documentation

◆ repr()

template<class T >
std::string MEDCoupling::DataArrayTuple< T >::repr ( ) const

◆ getNumberOfCompo()

template<class T >
std::size_t MEDCoupling::DataArrayTuple< T >::getNumberOfCompo ( ) const

◆ getConstPointer()

template<class T >
const T* MEDCoupling::DataArrayTuple< T >::getConstPointer ( ) const

◆ getPointer()

template<class T >
T* MEDCoupling::DataArrayTuple< T >::getPointer ( )

◆ buildDA()

template<class T >
Traits<T>::ArrayType* MEDCoupling::DataArrayTuple< T >::buildDA ( std::size_t  nbOfTuples,
std::size_t  nbOfCompo 
) const

◆ zeValue()

template<class T >
T MEDCoupling::DataArrayTuple< T >::zeValue ( ) const
protected

Member Data Documentation

◆ _pt

◆ _nb_of_compo

template<class T >
std::size_t MEDCoupling::DataArrayTuple< T >::_nb_of_compo
protected