Class CubeNode

Inheritance Relationships

Base Type

Class Documentation

class brille::CubeNode : public brille::NullNode

Public Functions

CubeNode()
CubeNode(const std::array<ind_t, 8> &vi)
CubeNode(const std::vector<ind_t> &vi)
ind_t vertex_count() const
std::vector<ind_t> vertices(void) const
bool indices_weights(const bArray<double> &vertices, const bArray<double> &x, std::vector<std::pair<ind_t, double>> &iw) const
double volume(const bArray<double> &vertices) const