Cubit Python API  16.04
Public Member Functions
MeshErrorFeedback

Class to implement mesh command feedback processing. More...

Public Member Functions

  MeshErrorFeedback ()
 
  ~MeshErrorFeedback ()
 
int  get_entity_id ()
 
std::string  get_entity_type ()
 
int  get_error_code ()
 
std::string  get_error_text ()
 
void  set_entity_id (int anid)
 
void  set_entity_type (std::string atype)
 
void  set_error_code (int acode)
 
void  set_error_text (std::string atext)
 

Detailed Description

Class to implement mesh command feedback processing.

Constructor & Destructor Documentation

◆ MeshErrorFeedback()

MeshErrorFeedback (   )  
inline

 

◆ ~MeshErrorFeedback()

~MeshErrorFeedback (   )  
inline

 

Member Function Documentation

◆ get_entity_id()

int get_entity_id (   )  
inline

 

◆ get_entity_type()

std::string get_entity_type (   )  
inline

 

◆ get_error_code()

int get_error_code (   )  
inline

 

◆ get_error_text()

std::string get_error_text (   )  
inline

 

◆ set_entity_id()

void set_entity_id ( int  anid )  
inline

 

◆ set_entity_type()

void set_entity_type ( std::string  atype )  
inline

 

◆ set_error_code()

void set_error_code ( int  acode )  
inline

 

◆ set_error_text()

void set_error_text ( std::string  atext )  
inline