124#ifndef vtkIdTypeArray_h 
  125#define vtkIdTypeArray_h 
  128#include "vtkCommonCoreModule.h"      
  133#define vtkDataArray vtkAOSDataArrayTemplate<vtkIdType> 
  135VTK_ABI_NAMESPACE_BEGIN
 
  151#if defined(__VTK_WRAP__) || defined(__WRAP_GCCXML__) 
  165    return vtkIdTypeArray::DataTypeTag::value;
 
Array-Of-Structs implementation of vtkGenericDataArray.
 
Abstract superclass for all arrays.
 
abstract superclass for arrays of numeric data
 
dynamic, self-adjusting array of vtkIdType
 
static vtkIdTypeArray * FastDownCast(vtkAbstractArray *source)
A faster alternative to SafeDownCast for downcasting vtkAbstractArrays.
 
int GetDataType() const override
Get the data type.
 
~vtkIdTypeArray() override
 
static vtkIdTypeArray * New()
 
static vtkIdTypeArray * ExtendedNew()
 
std::integral_constant< int, VTK_ID_TYPE > DataTypeTag
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
a simple class to control print indentation
 
#define vtkCreateWrappedArrayInterface(T)
 
#define vtkArrayDownCast_FastCastMacro(ArrayT)
This macro is used to tell vtkArrayDownCast to use FastDownCast instead of SafeDownCast.
 
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)