IOSS  2.0
Ioex::ElemBlock Struct Reference

#include <Ioex_Internals.h>

Public Member Functions

 ElemBlock ()
 
 ElemBlock (const ElemBlock &other)
 
 ElemBlock (const Ioss::ElementBlock &other)
 
ElemBlockoperator= (const ElemBlock &other)
 
 ~ElemBlock ()=default
 
bool operator== (const ElemBlock &) const
 
bool operator!= (const ElemBlock &other) const
 

Public Attributes

char elType [MAX_STR_LENGTH+1] {}
 
std::string name {}
 
entity_id id {0}
 
int64_t entityCount {0}
 
int64_t nodesPerEntity {0}
 
int64_t edgesPerEntity {0}
 
int64_t facesPerEntity {0}
 
int64_t attributeCount {0}
 
int64_t offset_ {-1}
 
int64_t procOffset {0}
 

Constructor & Destructor Documentation

◆ ElemBlock() [1/3]

Ioex::ElemBlock::ElemBlock ( )
inline

◆ ElemBlock() [2/3]

Ioex::ElemBlock::ElemBlock ( const ElemBlock other)
inline

◆ ElemBlock() [3/3]

ElemBlock::ElemBlock ( const Ioss::ElementBlock other)
explicit

◆ ~ElemBlock()

Ioex::ElemBlock::~ElemBlock ( )
default

Member Function Documentation

◆ operator!=()

bool Ioex::ElemBlock::operator!= ( const ElemBlock other) const
inline

◆ operator=()

ElemBlock & ElemBlock::operator= ( const ElemBlock other)

◆ operator==()

bool ElemBlock::operator== ( const ElemBlock other) const

Member Data Documentation

◆ attributeCount

int64_t Ioex::ElemBlock::attributeCount {0}

◆ edgesPerEntity

int64_t Ioex::ElemBlock::edgesPerEntity {0}

◆ elType

char Ioex::ElemBlock::elType[MAX_STR_LENGTH+1] {}

◆ entityCount

int64_t Ioex::ElemBlock::entityCount {0}

◆ facesPerEntity

int64_t Ioex::ElemBlock::facesPerEntity {0}

◆ id

entity_id Ioex::ElemBlock::id {0}

◆ name

std::string Ioex::ElemBlock::name {}

◆ nodesPerEntity

int64_t Ioex::ElemBlock::nodesPerEntity {0}

◆ offset_

int64_t Ioex::ElemBlock::offset_ {-1}

◆ procOffset

int64_t Ioex::ElemBlock::procOffset {0}

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