VTK  9.3.0
Functions
vtkDataArrayPrivate Namespace Reference

Functions

template<typename A , typename R , typename T >
bool DoComputeScalarRange (A *, R *, T, const unsigned char *ghosts, unsigned char ghostsToSkip)
 
template<typename A , typename R >
bool DoComputeVectorRange (A *, R[2], AllValues, const unsigned char *ghosts, unsigned char ghostsToSkip)
 
template<typename A , typename R >
bool DoComputeVectorRange (A *, R[2], FiniteValues, const unsigned char *ghosts, unsigned char ghostsToSkip)
 

Function Documentation

◆ DoComputeScalarRange()

template<typename A , typename R , typename T >
bool vtkDataArrayPrivate::DoComputeScalarRange ( A *  ,
R *  ,
,
const unsigned char *  ghosts,
unsigned char  ghostsToSkip 
)

◆ DoComputeVectorRange() [1/2]

template<typename A , typename R >
bool vtkDataArrayPrivate::DoComputeVectorRange ( A *  ,
[2],
AllValues  ,
const unsigned char *  ghosts,
unsigned char  ghostsToSkip 
)

◆ DoComputeVectorRange() [2/2]

template<typename A , typename R >
bool vtkDataArrayPrivate::DoComputeVectorRange ( A *  ,
[2],
FiniteValues  ,
const unsigned char *  ghosts,
unsigned char  ghostsToSkip 
)