VTK
Public Member Functions | Public Attributes
vtkMultiThreshold::Interval Class Reference

A subset of a mesh represented by a range of acceptable attribute values. More...

#include <vtkMultiThreshold.h>

Inheritance diagram for vtkMultiThreshold::Interval:
Inheritance graph
[legend]
Collaboration diagram for vtkMultiThreshold::Interval:
Collaboration graph
[legend]

List of all members.

Public Member Functions

int Match (double cellNorm[2])
 Does the specified range fall inside the interval? For cell-centered attributes, only cellNorm[0] is examined.
virtual ~Interval ()
virtual void PrintNode (ostream &os)
 Print a graphviz node name for use in an edge statement.
virtual IntervalGetIntervalPointer ()

Public Attributes

double EndpointValues [2]
 The values defining the interval. These must be in ascending order.
int EndpointClosures [2]
 Are the endpoint values themselves included in the set (CLOSED) or not (OPEN)?
NormKey Norm
 This contains information about the attribute over which the interval is defined.

Detailed Description

A subset of a mesh represented by a range of acceptable attribute values.

Definition at line 304 of file vtkMultiThreshold.h.


Constructor & Destructor Documentation

virtual vtkMultiThreshold::Interval::~Interval ( ) [inline, virtual]

Definition at line 319 of file vtkMultiThreshold.h.


Member Function Documentation

Does the specified range fall inside the interval? For cell-centered attributes, only cellNorm[0] is examined.

For point-centered attributes, cellNorm[0] is the minimum norm taken on over the cell and cellNorm[1] is the maximum.

virtual void vtkMultiThreshold::Interval::PrintNode ( ostream &  os) [virtual]

Print a graphviz node name for use in an edge statement.

Implements vtkMultiThreshold::Set.

Reimplemented from vtkMultiThreshold::Set.

Definition at line 468 of file vtkMultiThreshold.h.


Member Data Documentation

The values defining the interval. These must be in ascending order.

Definition at line 307 of file vtkMultiThreshold.h.

Are the endpoint values themselves included in the set (CLOSED) or not (OPEN)?

Definition at line 309 of file vtkMultiThreshold.h.

This contains information about the attribute over which the interval is defined.

Definition at line 311 of file vtkMultiThreshold.h.


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