Class NullNode

Inheritance Relationships

Derived Types

Class Documentation

class brille::NullNode

Subclassed by brille::CubeNode, brille::PolyNode

Public Types

using ind_t = brille::ind_t

Public Functions

NullNode()
~NullNode() = default
NodeType type(void) const
ind_t vertex_count() const
std::vector<ind_t> vertices(void) const
std::vector<std::array<ind_t, 4>> vertices_per_tetrahedron(void) const
bool indices_weights(const bArray<double>&, const bArray<double>&, std::vector<std::pair<ind_t, double>>&) const
double volume(const bArray<double>&) const