add_edges(const Eigen::MatrixXd &P1, const Eigen::MatrixXd &P2, const Eigen::MatrixXd &C) | igl::opengl::ViewerData | |
add_label(const Eigen::VectorXd &P, const std::string &str) | igl::opengl::ViewerData | |
add_points(const Eigen::MatrixXd &P, const Eigen::MatrixXd &C) | igl::opengl::ViewerData | |
clear() | igl::opengl::ViewerData | |
clear_edges() | igl::opengl::ViewerData | |
clear_labels() | igl::opengl::ViewerData | |
clear_points() | igl::opengl::ViewerData | |
compute_normals() | igl::opengl::ViewerData | |
copy_options(const ViewerCore &from, const ViewerCore &to) | igl::opengl::ViewerData | |
dirty | igl::opengl::ViewerData | |
double_sided | igl::opengl::ViewerData | |
F | igl::opengl::ViewerData | |
F_material_ambient | igl::opengl::ViewerData | |
F_material_diffuse | igl::opengl::ViewerData | |
F_material_specular | igl::opengl::ViewerData | |
F_normals | igl::opengl::ViewerData | |
F_uv | igl::opengl::ViewerData | |
face_based | igl::opengl::ViewerData | |
face_labels_positions | igl::opengl::ViewerData | |
face_labels_strings | igl::opengl::ViewerData | |
grid_texture() | igl::opengl::ViewerData | |
id | igl::opengl::ViewerData | |
invert_normals | igl::opengl::ViewerData | |
is_visible | igl::opengl::ViewerData | |
label_color | igl::opengl::ViewerData | |
label_size | igl::opengl::ViewerData | |
labels_positions | igl::opengl::ViewerData | |
labels_strings | igl::opengl::ViewerData | |
line_color | igl::opengl::ViewerData | |
line_width | igl::opengl::ViewerData | |
lines | igl::opengl::ViewerData | |
meshgl | igl::opengl::ViewerData | |
normal_matcap() | igl::opengl::ViewerData | |
point_size | igl::opengl::ViewerData | |
points | igl::opengl::ViewerData | |
set_colormap(const Eigen::MatrixXd &CM) | igl::opengl::ViewerData | |
set_colors(const Eigen::MatrixXd &C) | igl::opengl::ViewerData | |
set_data(const Eigen::VectorXd &D, double caxis_min, double caxis_max, igl::ColorMapType cmap=igl::COLOR_MAP_TYPE_VIRIDIS, int num_steps=21) | igl::opengl::ViewerData | |
set_data(const Eigen::VectorXd &D, igl::ColorMapType cmap=igl::COLOR_MAP_TYPE_VIRIDIS, int num_steps=21) | igl::opengl::ViewerData | |
set_edges(const Eigen::MatrixXd &P, const Eigen::MatrixXi &E, const Eigen::MatrixXd &C) | igl::opengl::ViewerData | |
set_edges_from_vector_field(const Eigen::MatrixXd &P, const Eigen::MatrixXd &V, const Eigen::MatrixXd &C) | igl::opengl::ViewerData | |
set_face_based(bool newvalue) | igl::opengl::ViewerData | |
set_labels(const Eigen::MatrixXd &P, const std::vector< std::string > &str) | igl::opengl::ViewerData | |
set_mesh(const Eigen::MatrixXd &V, const Eigen::MatrixXi &F) | igl::opengl::ViewerData | |
set_normals(const Eigen::MatrixXd &N) | igl::opengl::ViewerData | |
set_points(const Eigen::MatrixXd &P, const Eigen::MatrixXd &C) | igl::opengl::ViewerData | |
set_texture(const Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > &R, const Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > &G, const Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > &B, const Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > &A) | igl::opengl::ViewerData | |
set_texture(const Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > &R, const Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > &G, const Eigen::Matrix< unsigned char, Eigen::Dynamic, Eigen::Dynamic > &B) | igl::opengl::ViewerData | |
set_uv(const Eigen::MatrixXd &UV) | igl::opengl::ViewerData | |
set_uv(const Eigen::MatrixXd &UV_V, const Eigen::MatrixXi &UV_F) | igl::opengl::ViewerData | |
set_vertices(const Eigen::MatrixXd &V) | igl::opengl::ViewerData | |
set_visible(bool value, unsigned int core_id=1) | igl::opengl::ViewerData | |
shininess | igl::opengl::ViewerData | |
show_custom_labels | igl::opengl::ViewerData | |
show_face_labels | igl::opengl::ViewerData | |
show_faces | igl::opengl::ViewerData | |
show_lines | igl::opengl::ViewerData | |
show_overlay | igl::opengl::ViewerData | |
show_overlay_depth | igl::opengl::ViewerData | |
show_texture | igl::opengl::ViewerData | |
show_vertex_labels | igl::opengl::ViewerData | |
texture_A | igl::opengl::ViewerData | |
texture_B | igl::opengl::ViewerData | |
texture_G | igl::opengl::ViewerData | |
texture_R | igl::opengl::ViewerData | |
uniform_colors(const Eigen::Vector3d &ambient, const Eigen::Vector3d &diffuse, const Eigen::Vector3d &specular) | igl::opengl::ViewerData | |
uniform_colors(const Eigen::Vector4d &ambient, const Eigen::Vector4d &diffuse, const Eigen::Vector4d &specular) | igl::opengl::ViewerData | |
update_labels(igl::opengl::MeshGL::TextGL &GL_labels, const Eigen::MatrixXd &positions, const std::vector< std::string > &strings) | igl::opengl::ViewerData | |
updateGL(const igl::opengl::ViewerData &data, const bool invert_normals, igl::opengl::MeshGL &meshgl) | igl::opengl::ViewerData | |
use_matcap | igl::opengl::ViewerData | |
V | igl::opengl::ViewerData | |
V_material_ambient | igl::opengl::ViewerData | |
V_material_diffuse | igl::opengl::ViewerData | |
V_material_specular | igl::opengl::ViewerData | |
V_normals | igl::opengl::ViewerData | |
V_uv | igl::opengl::ViewerData | |
vertex_labels_positions | igl::opengl::ViewerData | |
vertex_labels_strings | igl::opengl::ViewerData | |
ViewerData() | igl::opengl::ViewerData | |