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

#include <vtkTypeInt8Array.h>

Inherits vtkTypeArrayBase.

Public Types

typedef vtkCharArray 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 vtkTypeInt8ArrayNew ()
 
static int IsTypeOf (const char *type)
 
static vtkTypeInt8ArraySafeDownCast (vtkObject *o)
 
static vtkTypeInt8ArrayFastDownCast (vtkAbstractArray *source)
 

Protected Member Functions

 vtkTypeInt8Array ()
 
 ~vtkTypeInt8Array () override
 

Detailed Description

Definition at line 31 of file vtkTypeInt8Array.h.

Member Typedef Documentation

◆ Superclass

Definition at line 35 of file vtkTypeInt8Array.h.

Constructor & Destructor Documentation

◆ vtkTypeInt8Array()

vtkTypeInt8Array::vtkTypeInt8Array ( )
protected

◆ ~vtkTypeInt8Array()

vtkTypeInt8Array::~vtkTypeInt8Array ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkTypeInt8Array* vtkTypeInt8Array::New ( )
static

◆ GetClassName()

virtual const char* vtkTypeInt8Array::GetClassName ( )
virtual

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ PrintSelf()

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

◆ FastDownCast()

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

Definition at line 40 of file vtkTypeInt8Array.h.


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