Version: 8.3.0
vtkInformationGaussDoubleVectorKey Class Reference

#include <vtkInformationGaussDoubleVectorKey.h>

Inheritance diagram for vtkInformationGaussDoubleVectorKey:
Inheritance graph

Public Member Functions

 vtkTypeMacro (vtkInformationGaussDoubleVectorKey, vtkInformationDoubleVectorKey)
 
void PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE
 
 vtkInformationGaussDoubleVectorKey (const char *name, const char *location, int length=-1)
 
void CopyDefaultInformation (vtkInformation *request, vtkInformation *fromInfo, vtkInformation *toInfo) VTK_OVERRIDE
 Simply shallow copies the key from fromInfo to toInfo. More...
 

Static Public Member Functions

static
vtkInformationGaussDoubleVectorKey
MakeKey (const char *name, const char *location, int length=-1)
 This method simply returns a new vtkInformationDoubleVectorKey, given a name, a location and a required length. More...
 

Constructor & Destructor Documentation

vtkInformationGaussDoubleVectorKey::vtkInformationGaussDoubleVectorKey ( const char *  name,
const char *  location,
int  length = -1 
)

Member Function Documentation

vtkInformationGaussDoubleVectorKey::vtkTypeMacro ( vtkInformationGaussDoubleVectorKey  ,
vtkInformationDoubleVectorKey   
)
void vtkInformationGaussDoubleVectorKey::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
static vtkInformationGaussDoubleVectorKey* vtkInformationGaussDoubleVectorKey::MakeKey ( const char *  name,
const char *  location,
int  length = -1 
)
static

This method is provided for wrappers. Use the constructor directly from C++ instead.

void vtkInformationGaussDoubleVectorKey::CopyDefaultInformation ( vtkInformation *  request,
vtkInformation *  fromInfo,
vtkInformation *  toInfo 
)

This is used by the pipeline to propagate this key downstream.