MiCellFilterIjk Class Reference
[Cell]

MeshViz Interface class defining a cell filter for structured volume meshes. More...

#include <MeshVizXLM/mesh/cell/MiCellFilterIjk.h>

Inheritance diagram for MiCellFilterIjk:
MiCellFilter

List of all members.

Public Member Functions

virtual bool acceptCell (size_t i, size_t j, size_t k) const =0

Detailed Description

MeshViz Interface class defining a cell filter for structured volume meshes.

This abstract class specifies the interface used for filtering cells on structured volume meshes.

Filtering cells is a way to specify which cells are used to build the mesh representation.

When the method acceptCell(i,j,k) returns false, the cell specified by (i,j,k) is not taken into account by the extraction. It is as if the mesh does not contain this cell.

In order to define a custom cell filter for a structured volume mesh, create a class derived from this class.

SEE ALSO

MoCellFilter


Member Function Documentation

virtual bool MiCellFilterIjk::acceptCell ( size_t  i,
size_t  j,
size_t  k 
) const [pure virtual]

Returns true if the cell is accepted.

Accepted cells are used to during the extract process.

Parameters:
(i,j,k) indexes of the cell to be checked.

The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/