VTK  9.3.20240423
Public Attributes | List of all members
vtkFLUENTCFFReader::Cell Struct Reference

#include <vtkFLUENTCFFReader.h>

Public Attributes

int type
 
int zone
 
std::vector< int > faces
 
int parent
 
int child
 
std::vector< int > nodes
 
std::vector< int > childId
 

Detailed Description

Definition at line 107 of file vtkFLUENTCFFReader.h.

Member Data Documentation

◆ type

int vtkFLUENTCFFReader::Cell::type

Definition at line 109 of file vtkFLUENTCFFReader.h.

◆ zone

int vtkFLUENTCFFReader::Cell::zone

Definition at line 110 of file vtkFLUENTCFFReader.h.

◆ faces

std::vector<int> vtkFLUENTCFFReader::Cell::faces

Definition at line 111 of file vtkFLUENTCFFReader.h.

◆ parent

int vtkFLUENTCFFReader::Cell::parent

Definition at line 112 of file vtkFLUENTCFFReader.h.

◆ child

int vtkFLUENTCFFReader::Cell::child

Definition at line 113 of file vtkFLUENTCFFReader.h.

◆ nodes

std::vector<int> vtkFLUENTCFFReader::Cell::nodes

Definition at line 114 of file vtkFLUENTCFFReader.h.

◆ childId

std::vector<int> vtkFLUENTCFFReader::Cell::childId

Definition at line 115 of file vtkFLUENTCFFReader.h.


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