Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Arcane::HyodaMatrix
+ Graphe d'héritage de Arcane::HyodaMatrix:
+ Graphe de collaboration de Arcane::HyodaMatrix:

Fonctions membres publiques

 HyodaMatrix (Hyoda *, ISubDomain *, ITraceMng *, unsigned int, unsigned int, HyodaTcp *)
 
int renderSize (void)
 
void render (void)
 
void setLeftRightBottomTop ()
 
void drawGL (void)
 
void sxyzip (double *)
 
void setColor (double, double, double, Real3 &)
 
void iceRowMinMax (int, Real &min, Real &max)
 
void iceColMinMax (int, Real &min, Real &max)
 
void iceValMinMax (int, Real &min, Real &max)
 
void checkOglError (void)
 
void checkIceTError (void)
 
void setIJVal (int, int, int *, int *, double *)
 
- Fonctions membres publiques hérités de Arccore::TraceAccessor
 TraceAccessor (ITraceMng *m)
 Construit un accesseur via le gestionnaire de trace m.
 
 TraceAccessor (const TraceAccessor &rhs)
 Constructeur par recopie.
 
TraceAccessoroperator= (const TraceAccessor &rhs)
 Opérateur de recopie.
 
virtual ~TraceAccessor ()
 Libère les ressources.
 
ITraceMngtraceMng () const
 Gestionnaire de trace.
 
TraceMessage info () const
 Flot pour un message d'information.
 
TraceMessage pinfo () const
 Flot pour un message d'information en parallèle.
 
TraceMessage info (char category) const
 Flot pour un message d'information d'une catégorie donnée.
 
TraceMessage pinfo (char category) const
 Flot pour un message d'information parallèle d'une catégorie donnée.
 
TraceMessage info (bool v) const
 Flot pour un message d'information.
 
TraceMessage warning () const
 Flot pour un message d'avertissement.
 
TraceMessage pwarning () const
 
TraceMessage error () const
 Flot pour un message d'erreur.
 
TraceMessage perror () const
 
TraceMessage log () const
 Flot pour un message de log.
 
TraceMessage plog () const
 Flot pour un message de log.
 
TraceMessage logdate () const
 Flot pour un message de log précédé de la date.
 
TraceMessage fatal () const
 Flot pour un message d'erreur fatale.
 
TraceMessage pfatal () const
 Flot pour un message d'erreur fatale en parallèle.
 
TraceMessageDbg debug (Trace::eDebugLevel=Trace::Medium) const
 Flot pour un message de debug.
 
Trace::eDebugLevel configDbgLevel () const
 Niveau debug du fichier de configuration.
 
TraceMessage info (Int32 verbose_level) const
 Flot pour un message d'information d'un niveau donné
 
TraceMessage linfo () const
 Flot pour un message d'information avec le niveau d'information local à cette instance.
 
TraceMessage linfo (Int32 relative_level) const
 Flot pour un message d'information avec le niveau d'information local à cette instance.
 
void fatalMessage (const StandaloneTraceMessage &o) const
 

Fonctions membres privées

void initGL (void)
 
void drawMatrix (void)
 
void LowerTriangleImage (void *)
 
void UpperTriangleImage (void *)
 
void gluSphere (float, int, int)
 
void renderSphereConeTorus (void)
 
void gluCone (float, float, int, int)
 
void gluTorus (float, float, int, int)
 

Attributs privés

Hyodahyoda
 
ISubDomainm_sub_domain
 
struct IceTContextStructicetContext
 
struct IceTCommunicatorStructicetCommunicator
 
struct osmesa_contextosMesaContext
 
Integer rank
 
Integer num_proc
 
Integer m_screen_width
 
Integer m_screen_height
 
voidm_image_buffer
 
Real m_pov_sxyzip [6]
 Variable dans laquelle QHyoda renseigne le point de vue de l'image à render'er.
 
double scale
 
double rot_x
 
double rot_y
 
double rot_z
 
double lrbtnf [6]
 
HyodaTcpm_tcp
 
int m_hyoda_matrix_cpu
 
intm_hyoda_matrix_n
 
int ** m_hyoda_matrix_i
 
int ** m_hyoda_matrix_j
 
double ** m_hyoda_matrix_val
 

Membres hérités additionnels

- Fonctions membres protégées hérités de Arccore::TraceAccessor
void _setLocalVerboseLevel (Int32 v)
 
Int32 _localVerboseLevel () const
 

Description détaillée

Définition à la ligne 30 du fichier HyodaMatrix.h.

Documentation des constructeurs et destructeur

◆ HyodaMatrix()

Arcane::HyodaMatrix::HyodaMatrix ( Hyoda hd,
ISubDomain sd,
ITraceMng tm,
unsigned int  w,
unsigned int  h,
HyodaTcp _tcp 
)

Définition à la ligne 63 du fichier HyodaMatrix.cc.

◆ ~HyodaMatrix()

Arcane::HyodaMatrix::~HyodaMatrix ( )

Définition à la ligne 259 du fichier HyodaMatrix.cc.

Documentation des fonctions membres

◆ checkIceTError()

void Arcane::HyodaMatrix::checkIceTError ( void  )

Définition à la ligne 549 du fichier HyodaMatrix.cc.

◆ checkOglError()

void Arcane::HyodaMatrix::checkOglError ( void  )

Définition à la ligne 568 du fichier HyodaMatrix.cc.

◆ drawGL()

void Arcane::HyodaMatrix::drawGL ( void  )

Définition à la ligne 380 du fichier HyodaMatrix.cc.

◆ drawMatrix()

void Arcane::HyodaMatrix::drawMatrix ( void  )
private

Définition à la ligne 440 du fichier HyodaMatrix.cc.

◆ iceColMinMax()

void Arcane::HyodaMatrix::iceColMinMax ( int  cpu,
Real &  min,
Real &  max 
)

Définition à la ligne 501 du fichier HyodaMatrix.cc.

◆ iceRowMinMax()

void Arcane::HyodaMatrix::iceRowMinMax ( int  cpu,
Real &  min,
Real &  max 
)

Définition à la ligne 490 du fichier HyodaMatrix.cc.

◆ iceValMinMax()

void Arcane::HyodaMatrix::iceValMinMax ( int  cpu,
Real &  min,
Real &  max 
)

Définition à la ligne 478 du fichier HyodaMatrix.cc.

◆ initGL()

void Arcane::HyodaMatrix::initGL ( void  )
private

Définition à la ligne 351 du fichier HyodaMatrix.cc.

◆ render()

void Arcane::HyodaMatrix::render ( void  )

Définition à la ligne 273 du fichier HyodaMatrix.cc.

◆ renderSize()

int Arcane::HyodaMatrix::renderSize ( void  )

Définition à la ligne 251 du fichier HyodaMatrix.cc.

◆ setColor()

void Arcane::HyodaMatrix::setColor ( double  min,
double  max,
double  v,
Real3 rgb 
)

Définition à la ligne 517 du fichier HyodaMatrix.cc.

◆ setIJVal()

void Arcane::HyodaMatrix::setIJVal ( int  cpu,
int  n,
int i,
int j,
double val 
)

Définition à la ligne 167 du fichier HyodaMatrix.cc.

◆ setLeftRightBottomTop()

void Arcane::HyodaMatrix::setLeftRightBottomTop ( )

Définition à la ligne 181 du fichier HyodaMatrix.cc.

◆ sxyzip()

void Arcane::HyodaMatrix::sxyzip ( double pov)

Définition à la ligne 238 du fichier HyodaMatrix.cc.

Documentation des données membres

◆ hyoda

Hyoda* Arcane::HyodaMatrix::hyoda
private

Définition à la ligne 58 du fichier HyodaMatrix.h.

◆ icetCommunicator

struct IceTCommunicatorStruct* Arcane::HyodaMatrix::icetCommunicator
private

Définition à la ligne 61 du fichier HyodaMatrix.h.

◆ icetContext

struct IceTContextStruct* Arcane::HyodaMatrix::icetContext
private

Définition à la ligne 60 du fichier HyodaMatrix.h.

◆ lrbtnf

double Arcane::HyodaMatrix::lrbtnf[6]
private

Définition à la ligne 74 du fichier HyodaMatrix.h.

◆ m_hyoda_matrix_cpu

int Arcane::HyodaMatrix::m_hyoda_matrix_cpu
private

Définition à la ligne 77 du fichier HyodaMatrix.h.

◆ m_hyoda_matrix_i

int** Arcane::HyodaMatrix::m_hyoda_matrix_i
private

Définition à la ligne 79 du fichier HyodaMatrix.h.

◆ m_hyoda_matrix_j

int** Arcane::HyodaMatrix::m_hyoda_matrix_j
private

Définition à la ligne 80 du fichier HyodaMatrix.h.

◆ m_hyoda_matrix_n

int* Arcane::HyodaMatrix::m_hyoda_matrix_n
private

Définition à la ligne 78 du fichier HyodaMatrix.h.

◆ m_hyoda_matrix_val

double** Arcane::HyodaMatrix::m_hyoda_matrix_val
private

Définition à la ligne 81 du fichier HyodaMatrix.h.

◆ m_image_buffer

void* Arcane::HyodaMatrix::m_image_buffer
private

Définition à la ligne 67 du fichier HyodaMatrix.h.

◆ m_pov_sxyzip

Real Arcane::HyodaMatrix::m_pov_sxyzip[6]
private

Variable dans laquelle QHyoda renseigne le point de vue de l'image à render'er.

Définition à la ligne 71 du fichier HyodaMatrix.h.

◆ m_screen_height

Integer Arcane::HyodaMatrix::m_screen_height
private

Définition à la ligne 66 du fichier HyodaMatrix.h.

◆ m_screen_width

Integer Arcane::HyodaMatrix::m_screen_width
private

Définition à la ligne 65 du fichier HyodaMatrix.h.

◆ m_sub_domain

ISubDomain* Arcane::HyodaMatrix::m_sub_domain
private

Définition à la ligne 59 du fichier HyodaMatrix.h.

◆ m_tcp

HyodaTcp* Arcane::HyodaMatrix::m_tcp
private

Définition à la ligne 75 du fichier HyodaMatrix.h.

◆ num_proc

Integer Arcane::HyodaMatrix::num_proc
private

Définition à la ligne 64 du fichier HyodaMatrix.h.

◆ osMesaContext

struct osmesa_context* Arcane::HyodaMatrix::osMesaContext
private

Définition à la ligne 62 du fichier HyodaMatrix.h.

◆ rank

Integer Arcane::HyodaMatrix::rank
private

Définition à la ligne 63 du fichier HyodaMatrix.h.

◆ rot_x

double Arcane::HyodaMatrix::rot_x
private

Définition à la ligne 73 du fichier HyodaMatrix.h.

◆ rot_y

double Arcane::HyodaMatrix::rot_y
private

Définition à la ligne 73 du fichier HyodaMatrix.h.

◆ rot_z

double Arcane::HyodaMatrix::rot_z
private

Définition à la ligne 73 du fichier HyodaMatrix.h.

◆ scale

double Arcane::HyodaMatrix::scale
private

Définition à la ligne 72 du fichier HyodaMatrix.h.


La documentation de cette classe a été générée à partir des fichiers suivants :