Project

General

Profile

DevelopmentHints » History » Version 1

Ted Sume, 11/11/2019 02:01 PM

1 1 Ted Sume
# DevelopmentHints
2
3
# Developing for the VizSchema database plugin for VisIt
4
This page is intended for those users who need to modify the source code for the VizSchema database reader plugin. 
5
6
**Hints** 
7
Avoid static data objects completely. VisIt will run one copy of the database plugin for each file that needs to be opened. Since these plugins are in the same process, any static data members will be shared between copies of the plugin.