ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkQuadraticEdge Class Reference

vtkQuadraticEdge - cell represents a parabolic, isoparametric edge More...

Inheritance diagram for Kitware.VTK.vtkQuadraticEdge:
[legend]
Collaboration diagram for Kitware.VTK.vtkQuadraticEdge:
[legend]

List of all members.

Public Member Functions

 vtkQuadraticEdge (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkQuadraticEdge ()
 Undocumented Block.
override int CellBoundary (int subId, IntPtr pcoords, vtkIdList pts)
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override void Clip (double value, vtkDataArray cellScalars, vtkIncrementalPointLocator locator, vtkCellArray lines, vtkPointData inPd, vtkPointData outPd, vtkCellData inCd, int cellId, vtkCellData outCd, int insideOut)
 Clip this edge using scalar value provided. Like contouring, except that it cuts the edge to produce linear line segments.
override void Contour (double value, vtkDataArray cellScalars, vtkIncrementalPointLocator locator, vtkCellArray verts, vtkCellArray lines, vtkCellArray polys, vtkPointData inPd, vtkPointData outPd, vtkCellData inCd, int cellId, vtkCellData outCd)
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override void Derivatives (int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs)
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override void EvaluateLocation (ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights)
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override int EvaluatePosition (IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights)
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override int GetCellDimension ()
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override int GetCellType ()
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override vtkCell GetEdge (int arg0)
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override vtkCell GetFace (int arg0)
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override int GetNumberOfEdges ()
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override int GetNumberOfFaces ()
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override int GetParametricCenter (IntPtr pcoords)
override IntPtr GetParametricCoords ()
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.
override void InterpolateDerivs (IntPtr pcoords, IntPtr derivs)
 Compute the interpolation functions/derivatives (aka shape functions/derivatives)
override void InterpolateFunctions (IntPtr pcoords, IntPtr weights)
 Compute the interpolation functions/derivatives (aka shape functions/derivatives)
override int IntersectWithLine (IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId)
 Line-edge intersection. Intersection has to occur within [0,1] parametric coordinates and with specified tolerance.
override int IsA (string type)
 Undocumented Block.
new vtkQuadraticEdge NewInstance ()
 Undocumented Block.
override int Triangulate (int index, vtkIdList ptIds, vtkPoints pts)
 Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Static Public Member Functions

static new vtkQuadraticEdge New ()
 Undocumented Block.
static void InterpolationDerivs (IntPtr pcoords, IntPtr derivs)
static void InterpolationFunctions (IntPtr pcoords, IntPtr weights)
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkQuadraticEdge SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkQuadraticEdge"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkQuadraticEdge"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkQuadraticEdge_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkQuadraticEdge_CellBoundary_01 (HandleRef pThis, int subId, IntPtr pcoords, HandleRef pts)
static internal void vtkQuadraticEdge_Clip_02 (HandleRef pThis, double value, HandleRef cellScalars, HandleRef locator, HandleRef lines, HandleRef inPd, HandleRef outPd, HandleRef inCd, int cellId, HandleRef outCd, int insideOut)
static internal void vtkQuadraticEdge_Contour_03 (HandleRef pThis, double value, HandleRef cellScalars, HandleRef locator, HandleRef verts, HandleRef lines, HandleRef polys, HandleRef inPd, HandleRef outPd, HandleRef inCd, int cellId, HandleRef outCd)
static internal void vtkQuadraticEdge_Derivatives_04 (HandleRef pThis, int subId, IntPtr pcoords, IntPtr values, int dim, IntPtr derivs)
static internal void vtkQuadraticEdge_EvaluateLocation_05 (HandleRef pThis, ref int subId, IntPtr pcoords, IntPtr x, IntPtr weights)
static internal int vtkQuadraticEdge_EvaluatePosition_06 (HandleRef pThis, IntPtr x, IntPtr closestPoint, ref int subId, IntPtr pcoords, ref double dist2, IntPtr weights)
static internal int vtkQuadraticEdge_GetCellDimension_07 (HandleRef pThis)
static internal int vtkQuadraticEdge_GetCellType_08 (HandleRef pThis)
static internal IntPtr vtkQuadraticEdge_GetEdge_09 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkQuadraticEdge_GetFace_10 (HandleRef pThis, int arg0, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkQuadraticEdge_GetNumberOfEdges_11 (HandleRef pThis)
static internal int vtkQuadraticEdge_GetNumberOfFaces_12 (HandleRef pThis)
static internal int vtkQuadraticEdge_GetParametricCenter_13 (HandleRef pThis, IntPtr pcoords)
static internal IntPtr vtkQuadraticEdge_GetParametricCoords_14 (HandleRef pThis)
static internal void vtkQuadraticEdge_InterpolateDerivs_15 (HandleRef pThis, IntPtr pcoords, IntPtr derivs)
static internal void vtkQuadraticEdge_InterpolateFunctions_16 (HandleRef pThis, IntPtr pcoords, IntPtr weights)
static internal void vtkQuadraticEdge_InterpolationDerivs_17 (IntPtr pcoords, IntPtr derivs)
static internal void vtkQuadraticEdge_InterpolationFunctions_18 (IntPtr pcoords, IntPtr weights)
static internal int vtkQuadraticEdge_IntersectWithLine_19 (HandleRef pThis, IntPtr p1, IntPtr p2, double tol, ref double t, IntPtr x, IntPtr pcoords, ref int subId)
static internal int vtkQuadraticEdge_IsA_20 (HandleRef pThis, string type)
static internal int vtkQuadraticEdge_IsTypeOf_21 (string type)
static internal IntPtr vtkQuadraticEdge_NewInstance_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkQuadraticEdge_SafeDownCast_24 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkQuadraticEdge_Triangulate_25 (HandleRef pThis, int index, HandleRef ptIds, HandleRef pts)

Static Private Member Functions

static vtkQuadraticEdge ()
 Automatically generated type registration mechanics.

Detailed Description

vtkQuadraticEdge - cell represents a parabolic, isoparametric edge

Description vtkQuadraticEdge is a concrete implementation of vtkNonLinearCell to represent a one-dimensional, 3-nodes, isoparametric parabolic line. The interpolation is the standard finite element, quadratic isoparametric shape function. The cell includes a mid-edge node. The ordering of the three points defining the cell is point ids (0,1,2) where id #2 is the midedge node.


Constructor & Destructor Documentation

static Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override int Kitware.VTK.vtkQuadraticEdge.CellBoundary ( int  subId,
IntPtr  pcoords,
vtkIdList  pts 
) [virtual]

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override void Kitware.VTK.vtkQuadraticEdge.Clip ( double  value,
vtkDataArray  cellScalars,
vtkIncrementalPointLocator  locator,
vtkCellArray  lines,
vtkPointData  inPd,
vtkPointData  outPd,
vtkCellData  inCd,
int  cellId,
vtkCellData  outCd,
int  insideOut 
) [virtual]

Clip this edge using scalar value provided. Like contouring, except that it cuts the edge to produce linear line segments.

Reimplemented from Kitware.VTK.vtkCell.

override void Kitware.VTK.vtkQuadraticEdge.Contour ( double  value,
vtkDataArray  cellScalars,
vtkIncrementalPointLocator  locator,
vtkCellArray  verts,
vtkCellArray  lines,
vtkCellArray  polys,
vtkPointData  inPd,
vtkPointData  outPd,
vtkCellData  inCd,
int  cellId,
vtkCellData  outCd 
) [virtual]

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override void Kitware.VTK.vtkQuadraticEdge.Derivatives ( int  subId,
IntPtr  pcoords,
IntPtr  values,
int  dim,
IntPtr  derivs 
) [virtual]

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override void Kitware.VTK.vtkQuadraticEdge.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

override void Kitware.VTK.vtkQuadraticEdge.EvaluateLocation ( ref int  subId,
IntPtr  pcoords,
IntPtr  x,
IntPtr  weights 
) [virtual]

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override int Kitware.VTK.vtkQuadraticEdge.EvaluatePosition ( IntPtr  x,
IntPtr  closestPoint,
ref int  subId,
IntPtr  pcoords,
ref double  dist2,
IntPtr  weights 
) [virtual]

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override int Kitware.VTK.vtkQuadraticEdge.GetCellType ( ) [virtual]

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override vtkCell Kitware.VTK.vtkQuadraticEdge.GetEdge ( int  arg0) [virtual]

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

Here is the call graph for this function:

override vtkCell Kitware.VTK.vtkQuadraticEdge.GetFace ( int  arg0) [virtual]

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

Here is the call graph for this function:

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override int Kitware.VTK.vtkQuadraticEdge.GetParametricCenter ( IntPtr  pcoords) [virtual]

----------------------------------------------------------------------------

Reimplemented from Kitware.VTK.vtkCell.

override IntPtr Kitware.VTK.vtkQuadraticEdge.GetParametricCoords ( ) [virtual]

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

override void Kitware.VTK.vtkQuadraticEdge.InterpolateDerivs ( IntPtr  pcoords,
IntPtr  derivs 
) [virtual]

Compute the interpolation functions/derivatives (aka shape functions/derivatives)

Reimplemented from Kitware.VTK.vtkCell.

override void Kitware.VTK.vtkQuadraticEdge.InterpolateFunctions ( IntPtr  pcoords,
IntPtr  weights 
) [virtual]

Compute the interpolation functions/derivatives (aka shape functions/derivatives)

Reimplemented from Kitware.VTK.vtkCell.

static void Kitware.VTK.vtkQuadraticEdge.InterpolationDerivs ( IntPtr  pcoords,
IntPtr  derivs 
) [static]
static void Kitware.VTK.vtkQuadraticEdge.InterpolationFunctions ( IntPtr  pcoords,
IntPtr  weights 
) [static]
override int Kitware.VTK.vtkQuadraticEdge.IntersectWithLine ( IntPtr  p1,
IntPtr  p2,
double  tol,
ref double  t,
IntPtr  x,
IntPtr  pcoords,
ref int  subId 
) [virtual]

Line-edge intersection. Intersection has to occur within [0,1] parametric coordinates and with specified tolerance.

Reimplemented from Kitware.VTK.vtkCell.

override int Kitware.VTK.vtkQuadraticEdge.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

static new int Kitware.VTK.vtkQuadraticEdge.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

Here is the call graph for this function:

override int Kitware.VTK.vtkQuadraticEdge.Triangulate ( int  index,
vtkIdList  ptIds,
vtkPoints  pts 
) [virtual]

Implement the vtkCell API. See the vtkCell API for descriptions of these methods.

Reimplemented from Kitware.VTK.vtkCell.

static internal int Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_CellBoundary_01 ( HandleRef  pThis,
int  subId,
IntPtr  pcoords,
HandleRef  pts 
) [private]
static internal void Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_Clip_02 ( HandleRef  pThis,
double  value,
HandleRef  cellScalars,
HandleRef  locator,
HandleRef  lines,
HandleRef  inPd,
HandleRef  outPd,
HandleRef  inCd,
int  cellId,
HandleRef  outCd,
int  insideOut 
) [private]
static internal void Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_Contour_03 ( HandleRef  pThis,
double  value,
HandleRef  cellScalars,
HandleRef  locator,
HandleRef  verts,
HandleRef  lines,
HandleRef  polys,
HandleRef  inPd,
HandleRef  outPd,
HandleRef  inCd,
int  cellId,
HandleRef  outCd 
) [private]
static internal void Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_Derivatives_04 ( HandleRef  pThis,
int  subId,
IntPtr  pcoords,
IntPtr  values,
int  dim,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_EvaluateLocation_05 ( HandleRef  pThis,
ref int  subId,
IntPtr  pcoords,
IntPtr  x,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_EvaluatePosition_06 ( HandleRef  pThis,
IntPtr  x,
IntPtr  closestPoint,
ref int  subId,
IntPtr  pcoords,
ref double  dist2,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_GetCellDimension_07 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_GetCellType_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_GetEdge_09 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_GetFace_10 ( HandleRef  pThis,
int  arg0,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_GetNumberOfEdges_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_GetNumberOfFaces_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_GetParametricCenter_13 ( HandleRef  pThis,
IntPtr  pcoords 
) [private]
static internal IntPtr Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_GetParametricCoords_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_InterpolateDerivs_15 ( HandleRef  pThis,
IntPtr  pcoords,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_InterpolateFunctions_16 ( HandleRef  pThis,
IntPtr  pcoords,
IntPtr  weights 
) [private]
static internal void Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_InterpolationDerivs_17 ( IntPtr  pcoords,
IntPtr  derivs 
) [private]
static internal void Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_InterpolationFunctions_18 ( IntPtr  pcoords,
IntPtr  weights 
) [private]
static internal int Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_IntersectWithLine_19 ( HandleRef  pThis,
IntPtr  p1,
IntPtr  p2,
double  tol,
ref double  t,
IntPtr  x,
IntPtr  pcoords,
ref int  subId 
) [private]
static internal int Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_IsA_20 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_IsTypeOf_21 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_NewInstance_23 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_SafeDownCast_24 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkQuadraticEdge.vtkQuadraticEdge_Triangulate_25 ( HandleRef  pThis,
int  index,
HandleRef  ptIds,
HandleRef  pts 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkQuadraticEdge.MRClassNameKey = "16vtkQuadraticEdge" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkNonLinearCell.

new const string Kitware.VTK.vtkQuadraticEdge.MRFullTypeName = "Kitware.VTK.vtkQuadraticEdge"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkNonLinearCell.


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