vtkMultiThreshold::Interval Class Reference

#include <vtkMultiThreshold.h>

Inheritance diagram for vtkMultiThreshold::Interval:

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

Collaboration graph
[legend]

List of all members.


Detailed Description

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

Definition at line 303 of file vtkMultiThreshold.h.


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.

Constructor & Destructor Documentation

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

Definition at line 318 of file vtkMultiThreshold.h.


Member Function Documentation

int vtkMultiThreshold::Interval::Match ( double  cellNorm[2]  ) 

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.

vtkMultiThreshold::Interval * vtkMultiThreshold::Interval::GetIntervalPointer (  )  [inline, virtual]

Reimplemented from vtkMultiThreshold::Set.

Definition at line 467 of file vtkMultiThreshold.h.


Member Data Documentation

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

Definition at line 306 of file vtkMultiThreshold.h.

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

Definition at line 308 of file vtkMultiThreshold.h.

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

Definition at line 310 of file vtkMultiThreshold.h.


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

Generated on Mon Sep 27 18:35:34 2010 for VTK by  doxygen 1.5.6