VTK  9.3.20240419
Static Public Member Functions | Public Attributes | List of all members
vtkIntervalInformation Struct Reference

#include <vtkStreamTracer.h>

Static Public Member Functions

static double ConvertToLength (double interval, int unit, double cellLength)
 
static double ConvertToLength (vtkIntervalInformation &interval, double cellLength)
 

Public Attributes

double Interval
 
int Unit
 

Detailed Description

Definition at line 217 of file vtkStreamTracer.h.

Member Function Documentation

◆ ConvertToLength() [1/2]

static double vtkIntervalInformation::ConvertToLength ( double  interval,
int  unit,
double  cellLength 
)
static

◆ ConvertToLength() [2/2]

static double vtkIntervalInformation::ConvertToLength ( vtkIntervalInformation interval,
double  cellLength 
)
static

Member Data Documentation

◆ Interval

double vtkIntervalInformation::Interval

Definition at line 219 of file vtkStreamTracer.h.

◆ Unit

int vtkIntervalInformation::Unit

Definition at line 220 of file vtkStreamTracer.h.


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