Version: 9.12.0
MEDCoupling::DataArrayInt64Tuple Class Reference
Inheritance diagram for MEDCoupling::DataArrayInt64Tuple:
Collaboration diagram for MEDCoupling::DataArrayInt64Tuple:

Public Member Functions

DataArrayInt64buildDAInt (std::size_t nbOfTuples, std::size_t nbOfCompo) const
 
 DataArrayInt64Tuple (Int64 *pt, std::size_t nbOfComp)
 
Int64 intValue () const
 
std::string repr () const
 
- Public Member Functions inherited from MEDCoupling::DataArrayTuple< Int64 >
Traits< Int64 >::ArrayType * buildDA (std::size_t nbOfTuples, std::size_t nbOfCompo) const
 
 DataArrayTuple (Int64 *pt, std::size_t nbOfComp)
 
const Int64 * getConstPointer () const
 
std::size_t getNumberOfCompo () const
 
Int64 * getPointer ()
 
std::string repr () const
 

Additional Inherited Members

- Protected Member Functions inherited from MEDCoupling::DataArrayTuple< Int64 >
Int64 zeValue () const
 
- Protected Attributes inherited from MEDCoupling::DataArrayTuple< Int64 >
std::size_t _nb_of_compo
 
Int64 * _pt
 

Constructor & Destructor Documentation

◆ DataArrayInt64Tuple()

DataArrayInt64Tuple::DataArrayInt64Tuple ( Int64 *  pt,
std::size_t  nbOfComp 
)

Member Function Documentation

◆ repr()

std::string DataArrayInt64Tuple::repr ( ) const

◆ intValue()

Int64 DataArrayInt64Tuple::intValue ( ) const

◆ buildDAInt()

DataArrayInt64 * DataArrayInt64Tuple::buildDAInt ( std::size_t  nbOfTuples,
std::size_t  nbOfCompo 
) const