Package com.openinventor.meshviz.data
Class PbRegularMesh1D
- java.lang.Object
- 
- com.openinventor.inventor.Inventor
- 
- com.openinventor.meshviz.graph.PbBase
- 
- com.openinventor.meshviz.data.PbMesh
- 
- com.openinventor.meshviz.data.PbMesh1D
- 
- com.openinventor.meshviz.data.PbRegularMesh1D
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.lang.Cloneable
 
 public class PbRegularMesh1D extends PbMesh1D implements java.lang.Cloneable Defines a regular mono-dimensional mesh. Class to define a regular mono-dimentional mesh. This mesh is said regular because the gap between 2 consecutive nodes is constant.The values on the mesh nodes are defined by the PbMesh.addValuesSet(set_index,val) method, where val argument is an array of num_x floats. 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.openinventor.meshviz.data.PbMeshPbMesh.CellBox, PbMesh.ContainingCell, PbMesh.CoordinatesInfo, PbMesh.DataBindings
 - 
Nested classes/interfaces inherited from class com.openinventor.inventor.InventorInventor.ConstructorCommand
 
- 
 - 
Field Summary- 
Fields inherited from class com.openinventor.inventor.InventorVERBOSE_LEVEL, ZeroHandle
 
- 
 - 
Constructor SummaryConstructors Constructor Description PbRegularMesh1D()Constructor.PbRegularMesh1D(int numX, float xmin, float xmax)Constructor with geometry.PbRegularMesh1D(PbRegularMesh1D mesh)Copy constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()voidsetGeometry(int numX, float xmin, float xmax)Defines a new geometry.- 
Methods inherited from class com.openinventor.meshviz.data.PbMeshaddStringsSet, addStringsSet, addValuesSet, addValuesSet, addValuesSet, addValuesSet, addVecsSet, addVecsSet, findContainingCell, findContainingCell, getArea, getBiggestCellBox, getBoundingBox, getCell, getCoordinates, getDirectValuesSet, getDirectVecsSet, getMaxValuesSet, getMaxVecsSet, getMinValuesSet, getMinVecsSet, getNodeCoord, getNumCells, getNumNodes, getNumStringsSet, getNumValuesSet, getNumVecsSet, getSmallestCellBox, getStringsSetName, getValuesBinding, getValuesSet, getValuesSetName, getVecsSet, getVecsSetName, getVolume, isDataDuplicated, removeAllStringsSet, removeAllValuesSet, removeAllVecsSet, removeStringsSet, removeValuesSet, removeVecsSet, setCoordinates
 - 
Methods inherited from class com.openinventor.meshviz.graph.PbBaseenableConnection, isConnectionEnabled, touch
 - 
Methods inherited from class com.openinventor.inventor.Inventordispose, getNativeResourceHandle
 
- 
 
- 
- 
- 
Constructor Detail- 
PbRegularMesh1Dpublic PbRegularMesh1D(int numX, float xmin, float xmax)Constructor with geometry.
 - 
PbRegularMesh1Dpublic PbRegularMesh1D() Constructor.
 - 
PbRegularMesh1Dpublic PbRegularMesh1D(PbRegularMesh1D mesh) Copy constructor.
 
- 
 
-