26 #ifndef vtkTypeInt64Array_h 27 #define vtkTypeInt64Array_h 32 #if VTK_TYPE_INT64 == VTK_LONG 34 # define vtkTypeArrayBase vtkLongArray 35 #elif VTK_TYPE_INT64 == VTK_LONG_LONG 37 # define vtkTypeArrayBase vtkLongLongArray 45 void PrintSelf(ostream& os,
vtkIndent indent)
override;
51 return static_cast<vtkTypeInt64Array*>(Superclass::FastDownCast(
source));
66 #undef vtkTypeArrayBase #define vtkArrayDownCast_FastCastMacro(ArrayT)
This macro is used to tell vtkArrayDownCast to use FastDownCast instead of SafeDownCast.
Abstract superclass for all arrays.
#define VTKCOMMONCORE_EXPORT
static vtkTypeInt64Array * FastDownCast(vtkAbstractArray *source)
a simple class to control print indentation
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)