VTK  9.4.20241117
Functions | Variables
vtkHyperTreeGridProbeFilterUtilities Namespace Reference

internal utilities for vtk(P)HyperTreeGridProbeFilter More...

Functions

VTKFILTERSCORE_EXPORT void FillDefaultArray (vtkAbstractArray *aa)
 Fill array with default value depending on the value type:
 

Variables

constexpr vtkIdType HANDLES_INVALID_ID = -1
 

Detailed Description

internal utilities for vtk(P)HyperTreeGridProbeFilter

Utility methods used by both vtkHyperTreeGridProbeFilter and vtkPHyperTreeGridProbeFilter.

Function Documentation

◆ FillDefaultArray()

VTKFILTERSCORE_EXPORT void vtkHyperTreeGridProbeFilterUtilities::FillDefaultArray ( vtkAbstractArray aa)

Fill array with default value depending on the value type:

  • NaN values for double and float array
  • "" for string array
  • 0 for integral values

Variable Documentation

◆ HANDLES_INVALID_ID

constexpr vtkIdType vtkHyperTreeGridProbeFilterUtilities::HANDLES_INVALID_ID = -1
constexpr

Definition at line 25 of file vtkHyperTreeGridProbeFilterUtilities.h.