ENH: allow selective disabling of parallel VTK rendering

- in case an individual geometry element has render issues in parallel

- additional debug information
This commit is contained in:
Mark Olesen
2019-06-03 09:46:49 +02:00
committed by Andrew Heather
parent be35426f85
commit e1bd3400ef
10 changed files with 94 additions and 52 deletions

View File

@ -97,10 +97,10 @@ Description
Dictionary controls
\table
Property | Description | Required | Default
type | Type-name: runTimePostProcessing | yes |
debug | Additional debug information | no | false
parallel | Enable/disable VTK parallel | no | true
Property | Description | Required | Default
type | Type-name: runTimePostProcessing | yes |
debug | Additional debug information | no | false
parallel | Allow parallel rendering | no | true
\endtable
SourceFiles
@ -163,7 +163,7 @@ class runTimePostProcessing
//- Output instance
outputType output_;
//- Parallel rendering
//- Allow parallel rendering
bool parallel_;
//- Scene manager
@ -221,7 +221,7 @@ public:
// Member Functions
//- Parallel rendering
//- Allow parallel rendering
bool parallel() const
{
return parallel_;