vtkQuadraticLinearQuad

Section: Visualization Toolkit Filtering Classes

Usage

vtkQuadraticQuad is a concrete implementation of vtkNonLinearCell to represent a two-dimensional, 6-node isoparametric quadratic-linear quadrilateral element. The interpolation is the standard finite element, quadratic-linear isoparametric shape function. The cell includes a mid-edge node for two of the four edges. The ordering of the six points defining the cell are point ids (0-3,4-5) where ids 0-3 define the four corner vertices of the quad; ids 4-7 define the midedge nodes (0,1) and (2,3) .

To create an instance of class vtkQuadraticLinearQuad, simply invoke its constructor as follows

  obj = vtkQuadraticLinearQuad

Methods

The class vtkQuadraticLinearQuad has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkQuadraticLinearQuad class.