MOAB: Mesh Oriented datABase  (version 5.4.1)
smoab::detail::QuadratricOrdering< VTK_QUADRATIC_WEDGE > Struct Template Reference

#include <CellTypeToType.h>

Public Member Functions

void reorder (vtkIdType *connectivity) const

Static Public Attributes

static const int NUM_VERTS = 15

Detailed Description

template<>
struct smoab::detail::QuadratricOrdering< VTK_QUADRATIC_WEDGE >

Definition at line 18 of file CellTypeToType.h.


Member Function Documentation

void smoab::detail::QuadratricOrdering< VTK_QUADRATIC_WEDGE >::reorder ( vtkIdType *  connectivity) const [inline]

Definition at line 21 of file CellTypeToType.h.

        {
            std::swap_ranges( connectivity + 9, connectivity + 12, connectivity + 12 );
        }

Member Data Documentation

const int smoab::detail::QuadratricOrdering< VTK_QUADRATIC_WEDGE >::NUM_VERTS = 15 [static]

Definition at line 20 of file CellTypeToType.h.

List of all members.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines