View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

Public Member Functions | List of all members
vistle::Cell Class Reference

#include <core/celltypes.h>

Public Member Functions

Byte type () const
 
unsigned dimension () const
 
unsigned numVertices () const
 
unsigned numEdges () const
 
unsigned numFaces () const
 
Index vertex (Index v) const
 
Index numEdgeVertices (Index e) const
 
std::vector< Indexedge (Index e) const
 
unsigned numFaceVertices (Index f) const
 
std::vector< Indexface (Index f) const
 

Member Function Documentation

◆ dimension()

unsigned vistle::Cell::dimension ( ) const

◆ edge()

std::vector< Index > vistle::Cell::edge ( Index  e) const

◆ face()

std::vector< Index > vistle::Cell::face ( Index  f) const

◆ numEdges()

unsigned vistle::Cell::numEdges ( ) const

◆ numEdgeVertices()

Index vistle::Cell::numEdgeVertices ( Index  e) const

◆ numFaces()

unsigned vistle::Cell::numFaces ( ) const

◆ numFaceVertices()

unsigned vistle::Cell::numFaceVertices ( Index  f) const

◆ numVertices()

unsigned vistle::Cell::numVertices ( ) const

◆ type()

Byte vistle::Cell::type ( ) const

◆ vertex()

Index vistle::Cell::vertex ( Index  v) const

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