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

#include <vtkTypeUInt8Array.h>

Inherits vtkTypeArrayBase.

Public Types

typedef vtkUnsignedCharArray 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 vtkTypeUInt8ArrayNew ()
 
static int IsTypeOf (const char *type)
 
static vtkTypeUInt8ArraySafeDownCast (vtkObject *o)
 
static vtkTypeUInt8ArrayFastDownCast (vtkAbstractArray *source)
 

Protected Member Functions

 vtkTypeUInt8Array ()
 
 ~vtkTypeUInt8Array () override
 

Detailed Description

Definition at line 28 of file vtkTypeUInt8Array.h.

Member Typedef Documentation

◆ Superclass

Definition at line 32 of file vtkTypeUInt8Array.h.

Constructor & Destructor Documentation

◆ vtkTypeUInt8Array()

vtkTypeUInt8Array::vtkTypeUInt8Array ( )
protected

◆ ~vtkTypeUInt8Array()

vtkTypeUInt8Array::~vtkTypeUInt8Array ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkTypeUInt8Array* vtkTypeUInt8Array::New ( )
static

◆ GetClassName()

virtual const char* vtkTypeUInt8Array::GetClassName ( )
virtual

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ PrintSelf()

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

◆ FastDownCast()

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

Definition at line 37 of file vtkTypeUInt8Array.h.


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