VTK  9.1.0
Public Attributes | Protected Attributes | Friends | List of all members
PIO_FIELD Class Reference

#include <PIOData.h>

Public Attributes

char * pio_name
 
int index
 
int64_t length
 
int64_t position
 
int64_t chksum
 
size_t cdata_len
 
bool read_field_data
 

Protected Attributes

double * data
 
char * cdata
 

Friends

class PIO_DATA
 

Detailed Description

Definition at line 24 of file PIOData.h.

Friends And Related Function Documentation

◆ PIO_DATA

friend class PIO_DATA
friend

Definition at line 34 of file PIOData.h.

Member Data Documentation

◆ pio_name

char* PIO_FIELD::pio_name

Definition at line 27 of file PIOData.h.

◆ index

int PIO_FIELD::index

Definition at line 28 of file PIOData.h.

◆ length

int64_t PIO_FIELD::length

Definition at line 29 of file PIOData.h.

◆ position

int64_t PIO_FIELD::position

Definition at line 30 of file PIOData.h.

◆ chksum

int64_t PIO_FIELD::chksum

Definition at line 31 of file PIOData.h.

◆ cdata_len

size_t PIO_FIELD::cdata_len

Definition at line 32 of file PIOData.h.

◆ read_field_data

bool PIO_FIELD::read_field_data

Definition at line 33 of file PIOData.h.

◆ data

double* PIO_FIELD::data
protected

Definition at line 37 of file PIOData.h.

◆ cdata

char* PIO_FIELD::cdata
protected

Definition at line 38 of file PIOData.h.


The documentation for this class was generated from the following file: