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

#include <vtkTypeInt32Array.h>

Inherits vtkTypeArrayBase.

Public Types

typedef vtkIntArray 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 vtkTypeInt32ArrayNew ()
 
static int IsTypeOf (const char *type)
 
static vtkTypeInt32ArraySafeDownCast (vtkObject *o)
 
static vtkTypeInt32ArrayFastDownCast (vtkAbstractArray *source)
 

Protected Member Functions

 vtkTypeInt32Array ()
 
 ~vtkTypeInt32Array () override
 

Detailed Description

Definition at line 28 of file vtkTypeInt32Array.h.

Member Typedef Documentation

◆ Superclass

Definition at line 32 of file vtkTypeInt32Array.h.

Constructor & Destructor Documentation

◆ vtkTypeInt32Array()

vtkTypeInt32Array::vtkTypeInt32Array ( )
protected

◆ ~vtkTypeInt32Array()

vtkTypeInt32Array::~vtkTypeInt32Array ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkTypeInt32Array* vtkTypeInt32Array::New ( )
static

◆ GetClassName()

virtual const char* vtkTypeInt32Array::GetClassName ( )
virtual

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ PrintSelf()

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

◆ FastDownCast()

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

Definition at line 37 of file vtkTypeInt32Array.h.


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