Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkTypeInt64Array Class Reference

#include <vtkTypeInt64Array.h>

Inherits vtkTypeArrayBase.

Public Types

typedef vtkLongArray Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 

Static Public Member Functions

static vtkTypeInt64ArrayNew ()
 
static int IsTypeOf (const char *type)
 
static vtkTypeInt64ArraySafeDownCast (vtkObject *o)
 
static vtkTypeInt64ArrayFastDownCast (vtkAbstractArray *source)
 

Protected Member Functions

 vtkTypeInt64Array ()
 
 ~vtkTypeInt64Array () override
 

Detailed Description

Definition at line 31 of file vtkTypeInt64Array.h.

Member Typedef Documentation

◆ Superclass

Definition at line 35 of file vtkTypeInt64Array.h.

Constructor & Destructor Documentation

◆ vtkTypeInt64Array()

vtkTypeInt64Array::vtkTypeInt64Array ( )
protected

◆ ~vtkTypeInt64Array()

vtkTypeInt64Array::~vtkTypeInt64Array ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkTypeInt64Array* vtkTypeInt64Array::New ( )
static

◆ GetClassName()

virtual const char* vtkTypeInt64Array::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkTypeInt64Array::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkTypeInt64Array::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkTypeInt64Array* vtkTypeInt64Array::SafeDownCast ( vtkObject o)
static

◆ PrintSelf()

void vtkTypeInt64Array::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
override

◆ FastDownCast()

static vtkTypeInt64Array* vtkTypeInt64Array::FastDownCast ( vtkAbstractArray source)
inlinestatic

Definition at line 40 of file vtkTypeInt64Array.h.


The documentation for this class was generated from the following file: