gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
globalVTKData Class Reference

#include <adaptiveData.h>

Public Member Functions

 globalVTKData ()
 
 ~globalVTKData ()
 

Static Public Member Functions

static void clearGlobalConnectivity ()
 
static void clearGlobalCellType ()
 
static void clearGlobalCoords ()
 
static void clearGlobalValues ()
 
static void clearGlobalData ()
 

Static Public Attributes

static std::vector< vectIntvtkGlobalConnectivity
 
static std::vector< int > vtkGlobalCellType
 
static std::vector< PCoordsvtkGlobalCoords
 
static std::vector< PValuesvtkGlobalValues
 

Detailed Description

Definition at line 442 of file adaptiveData.h.

Constructor & Destructor Documentation

◆ globalVTKData()

globalVTKData::globalVTKData ( )

◆ ~globalVTKData()

globalVTKData::~globalVTKData ( )
inline

Definition at line 482 of file adaptiveData.h.

Here is the call graph for this function:

Member Function Documentation

◆ clearGlobalCellType()

static void globalVTKData::clearGlobalCellType ( )
inlinestatic

Definition at line 460 of file adaptiveData.h.

Referenced by clearGlobalData().

Here is the caller graph for this function:

◆ clearGlobalConnectivity()

static void globalVTKData::clearGlobalConnectivity ( )
inlinestatic

Definition at line 451 of file adaptiveData.h.

Referenced by clearGlobalData().

Here is the caller graph for this function:

◆ clearGlobalCoords()

static void globalVTKData::clearGlobalCoords ( )
inlinestatic

Definition at line 465 of file adaptiveData.h.

Referenced by clearGlobalData().

Here is the caller graph for this function:

◆ clearGlobalData()

static void globalVTKData::clearGlobalData ( )
inlinestatic

Definition at line 475 of file adaptiveData.h.

Referenced by adaptiveData::changeResolutionForVTK(), and ~globalVTKData().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ clearGlobalValues()

static void globalVTKData::clearGlobalValues ( )
inlinestatic

Definition at line 470 of file adaptiveData.h.

Referenced by clearGlobalData().

Here is the caller graph for this function:

Member Data Documentation

◆ vtkGlobalCellType

std::vector< int > globalVTKData::vtkGlobalCellType
static

Definition at line 446 of file adaptiveData.h.

Referenced by adaptiveElements< T >::addInViewForVTK(), and clearGlobalCellType().

◆ vtkGlobalConnectivity

std::vector< vectInt > globalVTKData::vtkGlobalConnectivity
static

◆ vtkGlobalCoords

std::vector< PCoords > globalVTKData::vtkGlobalCoords
static

Definition at line 447 of file adaptiveData.h.

Referenced by adaptiveElements< T >::addInViewForVTK(), and clearGlobalCoords().

◆ vtkGlobalValues

std::vector< PValues > globalVTKData::vtkGlobalValues
static

Definition at line 449 of file adaptiveData.h.

Referenced by adaptiveElements< T >::addInViewForVTK(), and clearGlobalValues().


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