PoCellFilterAcceptCell Method |
Returns true if the cell is accepted.
Namespace: OIV.MeshViz.NodesAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public abstract bool AcceptCell(
int cell_index,
float cell_value
)
Public MustOverride Function AcceptCell (
cell_index As Integer,
cell_value As Single
) As Boolean
public:
virtual bool AcceptCell(
int cell_index,
float cell_value
) abstract
abstract AcceptCell :
cell_index : int *
cell_value : float32 -> bool
Parameters
- cell_index
- Type: SystemInt32
the index of the cell to be checked.
- cell_value
- Type: SystemSingle
the value of the cell to be checked. This value is an element of the scalar data set currently selected by the representation (see OIV.MeshViz.Data.PoMesh.valuesIndexForCellFilter).
Return Value
Type:
BooleanRemarks Accepted cells are used to build a shape.
See Also