PoErrorCurve Class Reference
[Curve]

MeshViz Class to build an error curve represention. More...

#include <MeshViz/graph/PoErrorCurve.h>

Inheritance diagram for PoErrorCurve:
PoGraphMaster PoBase SoBaseKit SoNode SoGetView SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Types

enum  VariationType {
  FIXED_VARIATION,
  REL_VARIATION,
  PERCENT_FIXED_VARIATION,
  PERCENT_REL_VARIATION
}
enum  ErrorCurveRep {
  HIGH_LOW_CLOSE,
  LINE_BAR,
  FILLED
}

Public Member Functions

virtual SoType getTypeId () const
virtual const SoNodekitCataloggetNodekitCatalog () const
 PoErrorCurve ()
 PoErrorCurve (int numPoints, const SbVec2f *_point, const float *_lowY, const float *_highY, VariationType type=REL_VARIATION, ErrorCurveRep rep=HIGH_LOW_CLOSE)
virtual void rebuild ()

Static Public Member Functions

static SoType getClassTypeId ()
static const SoNodekitCataloggetClassNodekitCatalog ()

Public Attributes

SoMFVec2f point
SoMFFloat lowY
SoMFFloat highY
SoSFEnum variationType
SoSFEnum errorCurveRep

Detailed Description

MeshViz Class to build an error curve represention.

Class to build an error curve in the plane XY. An error curve is a curve (defined by a point list) with a low curve and a high curve which represent the error.

FILE FORMAT/DEFAULT


Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/