DOKK / manpages / debian 11 / libsc-doc / sc_RenderedPolygons.3.en
sc::RenderedPolygons(3) MPQC sc::RenderedPolygons(3)

sc::RenderedPolygons

Inherits sc::RenderedObject.


enum Coloring { None, Vertex }


RenderedPolygons (const Ref< KeyVal > &)
void initialize (int nvertex, int nface, RenderedPolygons::Coloring c=RenderedPolygons::None)
void set_vertex (int, double x, double y, double z)
void set_vertex_rgb (int, double r, double g, double b)
void set_vertex_color (int i, const Color &c)
void set_face (int iface, int v1, int v2, int v3)
void set_face (int iface, int v1, int v2, int v3, int v4)
int nvertex () const
int nface () const
int nvertex_in_face (int iface) const
const double * vertex (int i) const
double vertex (int i, int j) const
int face (int i, int j) const
double vertex_rgb (int i, int j) const
int have_vertex_rgb () const


void render (const Ref< Render > &)

Generated automatically by Doxygen for MPQC from the source code.

Sun Oct 4 2020 Version 2.3.1