VTK  9.6.1
vtkIntegrateAttributesFieldList Class Reference

Helper class for vtkIntegrateAttributes. More...

#include <vtkIntegrateAttributesFieldList.h>

Inheritance diagram for vtkIntegrateAttributesFieldList:
[legend]
Collaboration diagram for vtkIntegrateAttributesFieldList:
[legend]

Public Member Functions

 vtkIntegrateAttributesFieldList (int numInputs=0)

Static Public Member Functions

static vtkIntegrateAttributesFieldListNew ()

Protected Member Functions

vtkSmartPointer< vtkAbstractArrayCreateArray (int type) const override

Detailed Description

Helper class for vtkIntegrateAttributes.

Helper class for vtkIntegrateAttributes. Override CreateArray to only forward double arrays.

Definition at line 18 of file vtkIntegrateAttributesFieldList.h.

Constructor & Destructor Documentation

◆ vtkIntegrateAttributesFieldList()

vtkIntegrateAttributesFieldList::vtkIntegrateAttributesFieldList ( int numInputs = 0)

Member Function Documentation

◆ New()

vtkIntegrateAttributesFieldList * vtkIntegrateAttributesFieldList::New ( )
static

◆ CreateArray()

vtkSmartPointer< vtkAbstractArray > vtkIntegrateAttributesFieldList::CreateArray ( int type) const
overrideprotected

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