View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

Public Member Functions | Friends | List of all members
vistle::Indexed::NeighborFinder Class Reference

#include <core/indexed.h>

Public Member Functions

Index getNeighborElement (Index elem, Index v1, Index v2, Index v3) const
 find neighboring element to elem containing vertices v1, v2, and v3 More...
 
std::vector< IndexgetContainingElements (Index vert) const
 return all elements containing vertex vert More...
 
std::vector< IndexgetNeighborElements (Index elem) const
 return all elements neighboring element More...
 

Friends

class Indexed
 

Member Function Documentation

◆ getContainingElements()

std::vector< Index > vistle::Indexed::NeighborFinder::getContainingElements ( Index  vert) const

return all elements containing vertex vert

◆ getNeighborElement()

Index vistle::Indexed::NeighborFinder::getNeighborElement ( Index  elem,
Index  v1,
Index  v2,
Index  v3 
) const

find neighboring element to elem containing vertices v1, v2, and v3

◆ getNeighborElements()

std::vector< Index > vistle::Indexed::NeighborFinder::getNeighborElements ( Index  elem) const

return all elements neighboring element

Friends And Related Function Documentation

◆ Indexed

friend class Indexed
friend

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