GLVis  v4.2
Accurate and flexible finite element visualization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Public Attributes | List of all members
gl3::TextBuffer::Entry Struct Reference

#include <types.hpp>

Collaboration diagram for gl3::TextBuffer::Entry:
[legend]

Public Member Functions

 Entry ()=default
 
 Entry (float x, float y, float z, int ox, int oy, const std::string &txt)
 

Public Attributes

float rx
 
float ry
 
float rz
 
int ox
 
int oy
 
std::string text
 

Detailed Description

Definition at line 551 of file types.hpp.

Constructor & Destructor Documentation

gl3::TextBuffer::Entry::Entry ( )
default
gl3::TextBuffer::Entry::Entry ( float  x,
float  y,
float  z,
int  ox,
int  oy,
const std::string &  txt 
)
inline

Definition at line 557 of file types.hpp.

Member Data Documentation

int gl3::TextBuffer::Entry::ox

Definition at line 554 of file types.hpp.

int gl3::TextBuffer::Entry::oy

Definition at line 554 of file types.hpp.

float gl3::TextBuffer::Entry::rx

Definition at line 553 of file types.hpp.

float gl3::TextBuffer::Entry::ry

Definition at line 553 of file types.hpp.

float gl3::TextBuffer::Entry::rz

Definition at line 553 of file types.hpp.

std::string gl3::TextBuffer::Entry::text

Definition at line 555 of file types.hpp.


The documentation for this struct was generated from the following file: