public class PoBiErrorPointField extends PoGraphMaster
File format/default:
point | 0 0 |
lowX | 0 |
lowY | 0 |
highX | 0 |
highY | 0 |
variationType | REL_VARIATION |
isShapeVisible | true |
isSkeletonVisible | true |
Modifier and Type | Class and Description |
---|---|
static class |
PoBiErrorPointField.VariationTypes
Type of interpretation of the fields lowX,lowY and highX,highY.
|
PoBase.NodeWriteFormats, PoBase.TextTypes, PoBase.UpdateMethodTypes
SoNode.RenderModes
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoMFFloat |
highX
List of abscissas high errors.
|
SoMFFloat |
highY
List of ordinates high errors.
|
SoSFBool |
isShapeVisible
Defines the visibility of the shape.
|
SoSFBool |
isSkeletonVisible
Defines the visibility of the skeleton.
|
SoMFFloat |
lowX
List of abscissas low errors.
|
SoMFFloat |
lowY
List of ordinates low errors.
|
SoMFVec2f |
point
List of coordinates of the point field.
|
SoSFEnum<PoBiErrorPointField.VariationTypes> |
variationType
Defines the interpretation of the values lowX, lowY, highX, highY.
|
boundingBoxIgnoring
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
PoBiErrorPointField()
Default constructor.
|
PoBiErrorPointField(SbVec2f[] _point,
float[] _lowX,
float[] _lowY,
float[] _highX,
float[] _highY)
Calls PoBiErrorPointField(_point, _lowX, _lowY, _highX, _highY, PoBiErrorPointField.VariationTypes.valueOf( PoBiErrorPointField.VariationTypes.REL_VARIATION.getValue() ), true, true).
|
PoBiErrorPointField(SbVec2f[] _point,
float[] _lowX,
float[] _lowY,
float[] _highX,
float[] _highY,
PoBiErrorPointField.VariationTypes type)
Calls PoBiErrorPointField(_point, _lowX, _lowY, _highX, _highY, type, true, true).
|
PoBiErrorPointField(SbVec2f[] _point,
float[] _lowX,
float[] _lowY,
float[] _highX,
float[] _highY,
PoBiErrorPointField.VariationTypes type,
boolean _isShapeVisible)
Calls PoBiErrorPointField(_point, _lowX, _lowY, _highX, _highY, type, _isShapeVisible, true).
|
PoBiErrorPointField(SbVec2f[] _point,
float[] _lowX,
float[] _lowY,
float[] _highX,
float[] _highY,
PoBiErrorPointField.VariationTypes type,
boolean _isShapeVisible,
boolean _isSkeletonVisible)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static SoNodekitCatalog |
getClassNodekitCatalog()
Returns the
SoNodekitCatalog for this class. |
addPostRebuildCallback, addPreRebuildCallback, getDomain, getNodeWriteFormat, getTextType, getUpdateMethod, isBuilt, isModified, isVRML2Mode, rebuild, setDomain, setNodeWriteFormat, setTextType, setUpdateMethod, setVRML2Mode, touchKit
getNodekitCatalog, getPart, getPart, getPartString, getViewportIsEnabled, getViewportOrigin, getViewportSize, isSearchingChildren, set, set, setPart, setSearchingChildren
affectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderEngineMode, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, write
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, setToDefaults
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable
getNativeResourceHandle
public final SoMFVec2f point
public final SoMFFloat lowX
public final SoMFFloat lowY
public final SoMFFloat highX
public final SoMFFloat highY
public final SoSFEnum<PoBiErrorPointField.VariationTypes> variationType
The same method is used to compute the high abscissa xh, low ordinate yl and high ordinate yh.
public final SoSFBool isShapeVisible
public final SoSFBool isSkeletonVisible
public PoBiErrorPointField(SbVec2f[] _point, float[] _lowX, float[] _lowY, float[] _highX, float[] _highY, PoBiErrorPointField.VariationTypes type, boolean _isShapeVisible)
public PoBiErrorPointField(SbVec2f[] _point, float[] _lowX, float[] _lowY, float[] _highX, float[] _highY, PoBiErrorPointField.VariationTypes type)
public PoBiErrorPointField(SbVec2f[] _point, float[] _lowX, float[] _lowY, float[] _highX, float[] _highY)
public PoBiErrorPointField(SbVec2f[] _point, float[] _lowX, float[] _lowY, float[] _highX, float[] _highY, PoBiErrorPointField.VariationTypes type, boolean _isShapeVisible, boolean _isSkeletonVisible)
public PoBiErrorPointField()
public static SoNodekitCatalog getClassNodekitCatalog()
SoNodekitCatalog
for this class.Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com