#include <vtkInformationGaussDoubleVectorKey.h>

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... | |
| vtkInformationGaussDoubleVectorKey::vtkInformationGaussDoubleVectorKey | ( | const char * | name, |
| const char * | location, | ||
| int | length = -1 |
||
| ) |
| vtkInformationGaussDoubleVectorKey::vtkTypeMacro | ( | vtkInformationGaussDoubleVectorKey | , |
| vtkInformationDoubleVectorKey | |||
| ) |
| void vtkInformationGaussDoubleVectorKey::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
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.