Uses of Class
com.openinventor.meshviz.data.PbCell
-
Packages that use PbCell Package Description com.openinventor.meshviz.data com.openinventor.meshviz.misc.callbacks -
-
Uses of PbCell in com.openinventor.meshviz.data
Subclasses of PbCell in com.openinventor.meshviz.data Modifier and Type Class Description class
PbHexahedronCell
Defines an hexahedron cell of a volume mesh.class
PbPixelCell
Defines a pixel cell of a surface mesh.class
PbPyramidCell
Defines a pyramid cell of a volume mesh.class
PbQuadrangleCell
Defines a quadrangle cell of a surface mesh.class
PbTetrahedronCell
Defines an tetrahedron cell of a volume mesh.class
PbTriangleCell
Defines a triangle cell of a surface mesh.class
PbVoxelCell
Defines a voxel cell of a volume mesh.class
PbWedgeCell
Defines a wedge cell of a volume mesh.Fields in com.openinventor.meshviz.data declared as PbCell Modifier and Type Field Description PbCell
PbMesh.ContainingCell. cell
Methods in com.openinventor.meshviz.data that return PbCell Modifier and Type Method Description PbCell
PbMesh. getCell(int cell_index)
Gets the cell with index cell_index.Methods in com.openinventor.meshviz.data with parameters of type PbCell Modifier and Type Method Description PbMesh.ContainingCell
PbMesh. findContainingCell(SbVec3f point, float tolerance, PbCell adjacent_cell)
-
Uses of PbCell in com.openinventor.meshviz.misc.callbacks
Methods in com.openinventor.meshviz.misc.callbacks with parameters of type PbCell Modifier and Type Method Description void
PoProbeCB. invoke(PoMeshProbePoint probe, PbCell cell)
This method will be invoked when the native callback will be called so that you only need to override this method to fill the method's body.
-