Plugins
LegacyGhostCellsGenerator
CMakeFiles
LegacyGhostCellsGenerator_client_server
LegacyGhostCellsGenerator_client_server.h
Go to the documentation of this file.
1
#ifndef LegacyGhostCellsGenerator_client_server_h
2
#define LegacyGhostCellsGenerator_client_server_h
3
4
#include "
vtkClientServerInterpreter.h
"
5
6
extern
"C"
void
LegacyGhostCellsGeneratorFiltersCS_Initialize
(
vtkClientServerInterpreter
*);
7
extern
"C"
void
LegacyGhostCellsGeneratorParallelCS_Initialize
(
vtkClientServerInterpreter
*);
8
9
inline
void
LegacyGhostCellsGenerator_client_server_initialize
(
vtkClientServerInterpreter
* csi)
10
{
11
(void)csi;
12
LegacyGhostCellsGeneratorFiltersCS_Initialize
(csi);
13
LegacyGhostCellsGeneratorParallelCS_Initialize
(csi);
14
}
15
16
#endif
LegacyGhostCellsGeneratorFiltersCS_Initialize
void LegacyGhostCellsGeneratorFiltersCS_Initialize(vtkClientServerInterpreter *)
LegacyGhostCellsGenerator_client_server_initialize
void LegacyGhostCellsGenerator_client_server_initialize(vtkClientServerInterpreter *csi)
Definition:
LegacyGhostCellsGenerator_client_server.h:9
LegacyGhostCellsGeneratorParallelCS_Initialize
void LegacyGhostCellsGeneratorParallelCS_Initialize(vtkClientServerInterpreter *)
vtkClientServerInterpreter
Run-time VTK interpreter.
Definition:
vtkClientServerInterpreter.h:51
vtkClientServerInterpreter.h
Generated by
1.8.13 on Wed Dec 4 2024