Uses of Class
com.openinventor.meshviz.data.PbCell
Packages that use PbCell
-
Uses of PbCell in com.openinventor.meshviz.data
Subclasses of PbCell in com.openinventor.meshviz.dataModifier and TypeClassDescriptionclass
Defines an hexahedron cell of a volume mesh.class
Defines a pixel cell of a surface mesh.class
Defines a pyramid cell of a volume mesh.class
Defines a quadrangle cell of a surface mesh.class
Defines an tetrahedron cell of a volume mesh.class
Defines a triangle cell of a surface mesh.class
Defines a voxel cell of a volume mesh.class
Defines a wedge cell of a volume mesh.Fields in com.openinventor.meshviz.data declared as PbCellMethods in com.openinventor.meshviz.data that return PbCellModifier and TypeMethodDescriptionPbMesh.getCell
(int cell_index) Gets the cell with index cell_index.Methods in com.openinventor.meshviz.data with parameters of type PbCellModifier and TypeMethodDescriptionPbMesh.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 PbCellModifier and TypeMethodDescriptionvoid
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.