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

Fonctions membres publiques

 HyodaIceT (Hyoda *, ISubDomain *, ITraceMng *, unsigned int, unsigned int, HyodaTcp *)
 
int renderSize (void)
 
void render (void)
 
void setLeftRightBottomTop (void)
 
void drawGL (void)
 
void sxyzip (double *)
 
void setColor (double, double, double, Real3 &)
 
void iceColorMinMax (Real &min, Real &max)
 
IVariablegetVariable (void)
 
void setVariable (IVariable *var)
 
void checkOglError (void)
 
void checkIceTError (void)
 
- 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 drawArcaneMesh (void)
 
void drawArcPoints (const VariableItemReal3 &, VariableItemReal &, double min, double max)
 
void drawArcLines (const VariableItemReal3 &, VariableItemReal &)
 
void drawArcPolygons (void)
 
void drawArcPolygonsWithoutVariable (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
 
int variable_index
 
int variable_plugin
 
double lrbtnf [6]
 
HyodaTcpm_tcp
 
HyodaMixm_hyoda_mix
 
IVariablem_variable
 

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 29 du fichier HyodaIceT.h.

Documentation des constructeurs et destructeur

◆ HyodaIceT()

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

Définition à la ligne 67 du fichier HyodaIceT.cc.

◆ ~HyodaIceT()

Arcane::HyodaIceT::~HyodaIceT ( )

Définition à la ligne 291 du fichier HyodaIceT.cc.

Documentation des fonctions membres

◆ checkIceTError()

void Arcane::HyodaIceT::checkIceTError ( void  )

Définition à la ligne 694 du fichier HyodaIceT.cc.

◆ checkOglError()

void Arcane::HyodaIceT::checkOglError ( void  )

Définition à la ligne 713 du fichier HyodaIceT.cc.

◆ drawArcaneMesh()

void Arcane::HyodaIceT::drawArcaneMesh ( void  )
private

Définition à la ligne 443 du fichier HyodaIceT.cc.

◆ drawArcLines()

void Arcane::HyodaIceT::drawArcLines ( const VariableItemReal3 nodes_coords,
VariableItemReal  
)
inlineprivate

Définition à la ligne 633 du fichier HyodaIceT.cc.

◆ drawArcPoints()

void Arcane::HyodaIceT::drawArcPoints ( const VariableItemReal3 nodes_coords,
VariableItemReal var,
double  min,
double  max 
)
inlineprivate

Définition à la ligne 603 du fichier HyodaIceT.cc.

◆ drawArcPolygons()

void Arcane::HyodaIceT::drawArcPolygons ( void  )
inlineprivate

Définition à la ligne 480 du fichier HyodaIceT.cc.

◆ drawArcPolygonsWithoutVariable()

void Arcane::HyodaIceT::drawArcPolygonsWithoutVariable ( void  )
inlineprivate

Définition à la ligne 585 du fichier HyodaIceT.cc.

◆ drawGL()

void Arcane::HyodaIceT::drawGL ( void  )

Définition à la ligne 413 du fichier HyodaIceT.cc.

◆ getVariable()

IVariable * Arcane::HyodaIceT::getVariable ( void  )
inline

Définition à la ligne 43 du fichier HyodaIceT.h.

◆ gluCone()

void Arcane::HyodaIceT::gluCone ( float  base,
float  height,
int  slices,
int  stacks 
)
private

Définition à la ligne 68 du fichier HyodaGL.cc.

◆ gluSphere()

void Arcane::HyodaIceT::gluSphere ( float  radius,
int  slices,
int  stacks 
)
private

Définition à la ligne 60 du fichier HyodaGL.cc.

◆ gluTorus()

void Arcane::HyodaIceT::gluTorus ( float  innerRadius,
float  outerRadius,
int  sides,
int  rings 
)
private

Définition à la ligne 77 du fichier HyodaGL.cc.

◆ iceColorMinMax()

void Arcane::HyodaIceT::iceColorMinMax ( Real &  min,
Real &  max 
)

Définition à la ligne 460 du fichier HyodaIceT.cc.

◆ initGL()

void Arcane::HyodaIceT::initGL ( void  )
private

Définition à la ligne 384 du fichier HyodaIceT.cc.

◆ LowerTriangleImage()

void Arcane::HyodaIceT::LowerTriangleImage ( void img)
private

Définition à la ligne 151 du fichier HyodaGL.cc.

◆ render()

void Arcane::HyodaIceT::render ( void  )

Définition à la ligne 305 du fichier HyodaIceT.cc.

◆ renderSize()

int Arcane::HyodaIceT::renderSize ( void  )

Définition à la ligne 283 du fichier HyodaIceT.cc.

◆ renderSphereConeTorus()

void Arcane::HyodaIceT::renderSphereConeTorus ( void  )
private

Définition à la ligne 115 du fichier HyodaGL.cc.

◆ setColor()

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

Définition à la ligne 662 du fichier HyodaIceT.cc.

◆ setLeftRightBottomTop()

void Arcane::HyodaIceT::setLeftRightBottomTop ( void  )

Définition à la ligne 195 du fichier HyodaIceT.cc.

◆ setVariable()

void Arcane::HyodaIceT::setVariable ( IVariable var)
inline

Définition à la ligne 44 du fichier HyodaIceT.h.

◆ sxyzip()

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

Définition à la ligne 240 du fichier HyodaIceT.cc.

◆ UpperTriangleImage()

void Arcane::HyodaIceT::UpperTriangleImage ( void img)
private

Définition à la ligne 170 du fichier HyodaGL.cc.

Documentation des données membres

◆ hyoda

Hyoda* Arcane::HyodaIceT::hyoda
private

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

◆ icetCommunicator

struct IceTCommunicatorStruct* Arcane::HyodaIceT::icetCommunicator
private

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

◆ icetContext

struct IceTContextStruct* Arcane::HyodaIceT::icetContext
private

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

◆ lrbtnf

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

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

◆ m_hyoda_mix

HyodaMix* Arcane::HyodaIceT::m_hyoda_mix
private

Définition à la ligne 82 du fichier HyodaIceT.h.

◆ m_image_buffer

void* Arcane::HyodaIceT::m_image_buffer
private

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

◆ m_pov_sxyzip

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

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

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

◆ m_screen_height

Integer Arcane::HyodaIceT::m_screen_height
private

Définition à la ligne 70 du fichier HyodaIceT.h.

◆ m_screen_width

Integer Arcane::HyodaIceT::m_screen_width
private

Définition à la ligne 69 du fichier HyodaIceT.h.

◆ m_sub_domain

ISubDomain* Arcane::HyodaIceT::m_sub_domain
private

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

◆ m_tcp

HyodaTcp* Arcane::HyodaIceT::m_tcp
private

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

◆ m_variable

IVariable* Arcane::HyodaIceT::m_variable
private

Définition à la ligne 83 du fichier HyodaIceT.h.

◆ num_proc

Integer Arcane::HyodaIceT::num_proc
private

Définition à la ligne 68 du fichier HyodaIceT.h.

◆ osMesaContext

struct osmesa_context* Arcane::HyodaIceT::osMesaContext
private

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

◆ rank

Integer Arcane::HyodaIceT::rank
private

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

◆ rot_x

double Arcane::HyodaIceT::rot_x
private

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

◆ rot_y

double Arcane::HyodaIceT::rot_y
private

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

◆ rot_z

double Arcane::HyodaIceT::rot_z
private

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

◆ scale

double Arcane::HyodaIceT::scale
private

Définition à la ligne 76 du fichier HyodaIceT.h.

◆ variable_index

int Arcane::HyodaIceT::variable_index
private

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

◆ variable_plugin

int Arcane::HyodaIceT::variable_plugin
private

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


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