g4tools  5.4.0
Public Member Functions | Public Attributes | List of all members
tools::sg::plots::extra Class Reference
Collaboration diagram for tools::sg::plots::extra:
Collaboration graph
[legend]

Public Member Functions

 extra (unsigned int a_cols, unsigned int a_rows, unsigned int a_index)
 
virtual ~extra ()
 
 extra (const extra &a_from)
 
extraoperator= (const extra &a_from)
 

Public Attributes

unsigned int m_cols
 
unsigned int m_rows
 
unsigned int m_index
 
separatorm_sep
 

Detailed Description

Definition at line 1183 of file plots.

Constructor & Destructor Documentation

◆ extra() [1/2]

tools::sg::plots::extra::extra ( unsigned int  a_cols,
unsigned int  a_rows,
unsigned int  a_index 
)
inline

Definition at line 1185 of file plots.

1186  :m_cols(a_cols),m_rows(a_rows),m_index(a_index),m_sep(0){}

◆ ~extra()

virtual tools::sg::plots::extra::~extra ( )
inlinevirtual

Definition at line 1187 of file plots.

1187 {}

◆ extra() [2/2]

tools::sg::plots::extra::extra ( const extra a_from)
inline

Definition at line 1189 of file plots.

1189 :m_cols(a_from.m_cols),m_rows(a_from.m_rows),m_index(a_from.m_index),m_sep(0){}

Member Function Documentation

◆ operator=()

extra& tools::sg::plots::extra::operator= ( const extra a_from)
inline

Definition at line 1190 of file plots.

1190  {
1191  m_cols = a_from.m_cols;
1192  m_rows = a_from.m_rows;
1193  m_index = a_from.m_index;
1194  m_sep = a_from.m_sep;
1195  return *this;
1196  }

Member Data Documentation

◆ m_cols

unsigned int tools::sg::plots::extra::m_cols

Definition at line 1198 of file plots.

◆ m_index

unsigned int tools::sg::plots::extra::m_index

Definition at line 1200 of file plots.

◆ m_rows

unsigned int tools::sg::plots::extra::m_rows

Definition at line 1199 of file plots.

◆ m_sep

separator* tools::sg::plots::extra::m_sep

Definition at line 1201 of file plots.


The documentation for this class was generated from the following file:
tools::sg::plots::extra::m_rows
unsigned int m_rows
Definition: plots:1199
tools::sg::plots::extra::m_sep
separator * m_sep
Definition: plots:1201
tools::sg::plots::extra::m_cols
unsigned int m_cols
Definition: plots:1198
tools::sg::plots::extra::m_index
unsigned int m_index
Definition: plots:1200