Project

General

Profile

Actions

DevelopmentHints

Developing for the VizSchema database plugin for VisIt

This page is intended for those users who need to modify the source code for the VizSchema database reader plugin.

Hints
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.

Updated by Ted Sume about 5 years ago · 1 revisions