ActiViz .NET
5.8.0
|
vtkTemporalStreamTracer - A Parallel Particle tracer for unsteady vector fields More...
Public Types | |
enum | Units { TERMINATION_STEP_UNIT = 1, TERMINATION_TIME_UNIT = 0 } |
When animating particles, it is nice to inject new ones every Nth step to produce a continuous flow. Setting ForceReinjectionEveryNSteps to a non zero value will cause the particle source to reinject particles every Nth step even if it is otherwise unchanged. Note that if the particle source is also animated, this flag will be redundant as the particles will be reinjected whenever the source changes anyway. More... | |
Public Member Functions | |
vtkTemporalStreamTracer (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkTemporalStreamTracer () | |
Construct object using 2nd order Runge Kutta. | |
void | AddSourceConnection (vtkAlgorithmOutput input) |
Provide support for multiple see sources. | |
virtual void | EnableParticleWritingOff () |
Set/Get the filename to be used with the particle writer when dumping particles to disk. | |
virtual void | EnableParticleWritingOn () |
Set/Get the filename to be used with the particle writer when dumping particles to disk. | |
virtual vtkMultiProcessController | GetController () |
Set/Get the controller used when sending particles between processes The controller must be an instance of vtkMPIController. If VTK was compiled without VTK_USE_MPI on, then the Controller is simply ignored. | |
virtual int | GetEnableParticleWriting () |
Set/Get the filename to be used with the particle writer when dumping particles to disk. | |
virtual int | GetForceReinjectionEveryNSteps () |
When animating particles, it is nice to inject new ones every Nth step to produce a continuous flow. Setting ForceReinjectionEveryNSteps to a non zero value will cause the particle source to reinject particles every Nth step even if it is otherwise unchanged. Note that if the particle source is also animated, this flag will be redundant as the particles will be reinjected whenever the source changes anyway. | |
virtual int | GetIgnorePipelineTime () |
To get around problems with the Paraview Animation controls we can just animate the time step and ignore the TIME_ requests. | |
virtual string | GetParticleFileName () |
Set/Get the filename to be used with the particle writer when dumping particles to disk. | |
virtual vtkAbstractParticleWriter | GetParticleWriter () |
Set/Get the Writer associated with this Particle Tracer Ideally a parallel IO capable vtkH5PartWriter should be used which will collect particles from all parallel processes and write them to a single HDF5 file. | |
virtual int | GetStaticMesh () |
if StaticMesh is set, many optimizations for cell caching can be assumed. if StaticMesh is not set, the algorithm will attempt to find out if optimizations can be used, but setting it to true will force all optimizations. Do not Set StaticMesh to true if a dynamic mesh is being used as this will invalidate all results. | |
virtual int | GetStaticSeeds () |
if StaticSeeds is set and the mesh is static, then every time particles are injected we can re-use the same injection information. We classify particles according to processor just once before start. If StaticSeeds is set and a moving seed source is specified the motion will be ignored and results will not be as expected. | |
virtual double | GetTerminationTime () |
Setting TerminationTime to a positive value will cause particles to terminate when the time is reached. Use a vlue of zero to diable termination. The units of time should be consistent with the primary time variable. | |
virtual int | GetTerminationTimeUnit () |
The units of TerminationTime may be actual 'Time' units as described by the data, or just TimeSteps of iteration. | |
virtual uint | GetTimeStep () |
Set/Get the TimeStep. This is the primary means of advancing the particles. The TimeStep should be animated and this will drive the pipeline forcing timesteps to be fetched from upstream. | |
virtual double | GetTimeStepResolution () |
If the data source does not have the correct time values present on each time step - setting this value to non unity can be used to adjust the time step size from 1s pre step to 1x_TimeStepResolution : Not functional in this version. Broke it. | |
virtual void | IgnorePipelineTimeOff () |
To get around problems with the Paraview Animation controls we can just animate the time step and ignore the TIME_ requests. | |
virtual void | IgnorePipelineTimeOn () |
To get around problems with the Paraview Animation controls we can just animate the time step and ignore the TIME_ requests. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkTemporalStreamTracer | NewInstance () |
Undocumented Block. | |
void | RemoveAllSources () |
Provide support for multiple see sources. | |
virtual void | SetController (vtkMultiProcessController controller) |
Set/Get the controller used when sending particles between processes The controller must be an instance of vtkMPIController. If VTK was compiled without VTK_USE_MPI on, then the Controller is simply ignored. | |
virtual void | SetEnableParticleWriting (int _arg) |
Set/Get the filename to be used with the particle writer when dumping particles to disk. | |
virtual void | SetForceReinjectionEveryNSteps (int _arg) |
When animating particles, it is nice to inject new ones every Nth step to produce a continuous flow. Setting ForceReinjectionEveryNSteps to a non zero value will cause the particle source to reinject particles every Nth step even if it is otherwise unchanged. Note that if the particle source is also animated, this flag will be redundant as the particles will be reinjected whenever the source changes anyway. | |
virtual void | SetIgnorePipelineTime (int _arg) |
To get around problems with the Paraview Animation controls we can just animate the time step and ignore the TIME_ requests. | |
virtual void | SetParticleFileName (string _arg) |
Set/Get the filename to be used with the particle writer when dumping particles to disk. | |
virtual void | SetParticleWriter (vtkAbstractParticleWriter pw) |
Set/Get the Writer associated with this Particle Tracer Ideally a parallel IO capable vtkH5PartWriter should be used which will collect particles from all parallel processes and write them to a single HDF5 file. | |
virtual void | SetStaticMesh (int _arg) |
if StaticMesh is set, many optimizations for cell caching can be assumed. if StaticMesh is not set, the algorithm will attempt to find out if optimizations can be used, but setting it to true will force all optimizations. Do not Set StaticMesh to true if a dynamic mesh is being used as this will invalidate all results. | |
virtual void | SetStaticSeeds (int _arg) |
if StaticSeeds is set and the mesh is static, then every time particles are injected we can re-use the same injection information. We classify particles according to processor just once before start. If StaticSeeds is set and a moving seed source is specified the motion will be ignored and results will not be as expected. | |
virtual void | SetTerminationTime (double _arg) |
Setting TerminationTime to a positive value will cause particles to terminate when the time is reached. Use a vlue of zero to diable termination. The units of time should be consistent with the primary time variable. | |
virtual void | SetTerminationTimeUnit (int _arg) |
The units of TerminationTime may be actual 'Time' units as described by the data, or just TimeSteps of iteration. | |
void | SetTerminationTimeUnitToStepUnit () |
The units of TerminationTime may be actual 'Time' units as described by the data, or just TimeSteps of iteration. | |
void | SetTerminationTimeUnitToTimeUnit () |
The units of TerminationTime may be actual 'Time' units as described by the data, or just TimeSteps of iteration. | |
virtual void | SetTimeStep (uint _arg) |
Set/Get the TimeStep. This is the primary means of advancing the particles. The TimeStep should be animated and this will drive the pipeline forcing timesteps to be fetched from upstream. | |
virtual void | SetTimeStepResolution (double _arg) |
If the data source does not have the correct time values present on each time step - setting this value to non unity can be used to adjust the time step size from 1s pre step to 1x_TimeStepResolution : Not functional in this version. Broke it. | |
virtual void | StaticMeshOff () |
if StaticMesh is set, many optimizations for cell caching can be assumed. if StaticMesh is not set, the algorithm will attempt to find out if optimizations can be used, but setting it to true will force all optimizations. Do not Set StaticMesh to true if a dynamic mesh is being used as this will invalidate all results. | |
virtual void | StaticMeshOn () |
if StaticMesh is set, many optimizations for cell caching can be assumed. if StaticMesh is not set, the algorithm will attempt to find out if optimizations can be used, but setting it to true will force all optimizations. Do not Set StaticMesh to true if a dynamic mesh is being used as this will invalidate all results. | |
virtual void | StaticSeedsOff () |
if StaticSeeds is set and the mesh is static, then every time particles are injected we can re-use the same injection information. We classify particles according to processor just once before start. If StaticSeeds is set and a moving seed source is specified the motion will be ignored and results will not be as expected. | |
virtual void | StaticSeedsOn () |
if StaticSeeds is set and the mesh is static, then every time particles are injected we can re-use the same injection information. We classify particles according to processor just once before start. If StaticSeeds is set and a moving seed source is specified the motion will be ignored and results will not be as expected. | |
Static Public Member Functions | |
static new vtkTemporalStreamTracer | New () |
Construct object using 2nd order Runge Kutta. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkTemporalStreamTracer | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkTemporalStreamTracer" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "23vtkTemporalStreamTracer" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal IntPtr | vtkTemporalStreamTracer_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTemporalStreamTracer_AddSourceConnection_01 (HandleRef pThis, HandleRef input) |
static internal void | vtkTemporalStreamTracer_EnableParticleWritingOff_02 (HandleRef pThis) |
static internal void | vtkTemporalStreamTracer_EnableParticleWritingOn_03 (HandleRef pThis) |
static internal IntPtr | vtkTemporalStreamTracer_GetController_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkTemporalStreamTracer_GetEnableParticleWriting_05 (HandleRef pThis) |
static internal int | vtkTemporalStreamTracer_GetForceReinjectionEveryNSteps_06 (HandleRef pThis) |
static internal int | vtkTemporalStreamTracer_GetIgnorePipelineTime_07 (HandleRef pThis) |
static internal IntPtr | vtkTemporalStreamTracer_GetParticleFileName_08 (HandleRef pThis) |
static internal IntPtr | vtkTemporalStreamTracer_GetParticleWriter_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkTemporalStreamTracer_GetStaticMesh_10 (HandleRef pThis) |
static internal int | vtkTemporalStreamTracer_GetStaticSeeds_11 (HandleRef pThis) |
static internal double | vtkTemporalStreamTracer_GetTerminationTime_12 (HandleRef pThis) |
static internal int | vtkTemporalStreamTracer_GetTerminationTimeUnit_13 (HandleRef pThis) |
static internal uint | vtkTemporalStreamTracer_GetTimeStep_14 (HandleRef pThis) |
static internal double | vtkTemporalStreamTracer_GetTimeStepResolution_15 (HandleRef pThis) |
static internal void | vtkTemporalStreamTracer_IgnorePipelineTimeOff_16 (HandleRef pThis) |
static internal void | vtkTemporalStreamTracer_IgnorePipelineTimeOn_17 (HandleRef pThis) |
static internal int | vtkTemporalStreamTracer_IsA_18 (HandleRef pThis, string type) |
static internal int | vtkTemporalStreamTracer_IsTypeOf_19 (string type) |
static internal IntPtr | vtkTemporalStreamTracer_NewInstance_21 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTemporalStreamTracer_RemoveAllSources_22 (HandleRef pThis) |
static internal IntPtr | vtkTemporalStreamTracer_SafeDownCast_23 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkTemporalStreamTracer_SetController_24 (HandleRef pThis, HandleRef controller) |
static internal void | vtkTemporalStreamTracer_SetEnableParticleWriting_25 (HandleRef pThis, int _arg) |
static internal void | vtkTemporalStreamTracer_SetForceReinjectionEveryNSteps_26 (HandleRef pThis, int _arg) |
static internal void | vtkTemporalStreamTracer_SetIgnorePipelineTime_27 (HandleRef pThis, int _arg) |
static internal void | vtkTemporalStreamTracer_SetParticleFileName_28 (HandleRef pThis, string _arg) |
static internal void | vtkTemporalStreamTracer_SetParticleWriter_29 (HandleRef pThis, HandleRef pw) |
static internal void | vtkTemporalStreamTracer_SetStaticMesh_30 (HandleRef pThis, int _arg) |
static internal void | vtkTemporalStreamTracer_SetStaticSeeds_31 (HandleRef pThis, int _arg) |
static internal void | vtkTemporalStreamTracer_SetTerminationTime_32 (HandleRef pThis, double _arg) |
static internal void | vtkTemporalStreamTracer_SetTerminationTimeUnit_33 (HandleRef pThis, int _arg) |
static internal void | vtkTemporalStreamTracer_SetTerminationTimeUnitToStepUnit_34 (HandleRef pThis) |
static internal void | vtkTemporalStreamTracer_SetTerminationTimeUnitToTimeUnit_35 (HandleRef pThis) |
static internal void | vtkTemporalStreamTracer_SetTimeStep_36 (HandleRef pThis, uint _arg) |
static internal void | vtkTemporalStreamTracer_SetTimeStepResolution_37 (HandleRef pThis, double _arg) |
static internal void | vtkTemporalStreamTracer_StaticMeshOff_38 (HandleRef pThis) |
static internal void | vtkTemporalStreamTracer_StaticMeshOn_39 (HandleRef pThis) |
static internal void | vtkTemporalStreamTracer_StaticSeedsOff_40 (HandleRef pThis) |
static internal void | vtkTemporalStreamTracer_StaticSeedsOn_41 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkTemporalStreamTracer () |
Automatically generated type registration mechanics. |
vtkTemporalStreamTracer - A Parallel Particle tracer for unsteady vector fields
Description vtkTemporalStreamTracer is a filter that integrates a vector field to generate
vtkRibbonFilter vtkRuledSurfaceFilter vtkInitialValueProblemSolver vtkRungeKutta2 vtkRungeKutta4 vtkRungeKutta45 vtkStreamTracer
When animating particles, it is nice to inject new ones every Nth step to produce a continuous flow. Setting ForceReinjectionEveryNSteps to a non zero value will cause the particle source to reinject particles every Nth step even if it is otherwise unchanged. Note that if the particle source is also animated, this flag will be redundant as the particles will be reinjected whenever the source changes anyway.
Reimplemented from Kitware.VTK.vtkStreamTracer.
static Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct object using 2nd order Runge Kutta.
Provide support for multiple see sources.
override void Kitware.VTK.vtkTemporalStreamTracer.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkStreamTracer.
virtual void Kitware.VTK.vtkTemporalStreamTracer.EnableParticleWritingOff | ( | ) | [virtual] |
Set/Get the filename to be used with the particle writer when dumping particles to disk.
virtual void Kitware.VTK.vtkTemporalStreamTracer.EnableParticleWritingOn | ( | ) | [virtual] |
Set/Get the filename to be used with the particle writer when dumping particles to disk.
virtual vtkMultiProcessController Kitware.VTK.vtkTemporalStreamTracer.GetController | ( | ) | [virtual] |
Set/Get the controller used when sending particles between processes The controller must be an instance of vtkMPIController. If VTK was compiled without VTK_USE_MPI on, then the Controller is simply ignored.
virtual int Kitware.VTK.vtkTemporalStreamTracer.GetEnableParticleWriting | ( | ) | [virtual] |
Set/Get the filename to be used with the particle writer when dumping particles to disk.
virtual int Kitware.VTK.vtkTemporalStreamTracer.GetForceReinjectionEveryNSteps | ( | ) | [virtual] |
When animating particles, it is nice to inject new ones every Nth step to produce a continuous flow. Setting ForceReinjectionEveryNSteps to a non zero value will cause the particle source to reinject particles every Nth step even if it is otherwise unchanged. Note that if the particle source is also animated, this flag will be redundant as the particles will be reinjected whenever the source changes anyway.
virtual int Kitware.VTK.vtkTemporalStreamTracer.GetIgnorePipelineTime | ( | ) | [virtual] |
To get around problems with the Paraview Animation controls we can just animate the time step and ignore the TIME_ requests.
virtual string Kitware.VTK.vtkTemporalStreamTracer.GetParticleFileName | ( | ) | [virtual] |
Set/Get the filename to be used with the particle writer when dumping particles to disk.
virtual vtkAbstractParticleWriter Kitware.VTK.vtkTemporalStreamTracer.GetParticleWriter | ( | ) | [virtual] |
Set/Get the Writer associated with this Particle Tracer Ideally a parallel IO capable vtkH5PartWriter should be used which will collect particles from all parallel processes and write them to a single HDF5 file.
virtual int Kitware.VTK.vtkTemporalStreamTracer.GetStaticMesh | ( | ) | [virtual] |
if StaticMesh is set, many optimizations for cell caching can be assumed. if StaticMesh is not set, the algorithm will attempt to find out if optimizations can be used, but setting it to true will force all optimizations. Do not Set StaticMesh to true if a dynamic mesh is being used as this will invalidate all results.
virtual int Kitware.VTK.vtkTemporalStreamTracer.GetStaticSeeds | ( | ) | [virtual] |
if StaticSeeds is set and the mesh is static, then every time particles are injected we can re-use the same injection information. We classify particles according to processor just once before start. If StaticSeeds is set and a moving seed source is specified the motion will be ignored and results will not be as expected.
virtual double Kitware.VTK.vtkTemporalStreamTracer.GetTerminationTime | ( | ) | [virtual] |
Setting TerminationTime to a positive value will cause particles to terminate when the time is reached. Use a vlue of zero to diable termination. The units of time should be consistent with the primary time variable.
virtual int Kitware.VTK.vtkTemporalStreamTracer.GetTerminationTimeUnit | ( | ) | [virtual] |
The units of TerminationTime may be actual 'Time' units as described by the data, or just TimeSteps of iteration.
virtual uint Kitware.VTK.vtkTemporalStreamTracer.GetTimeStep | ( | ) | [virtual] |
Set/Get the TimeStep. This is the primary means of advancing the particles. The TimeStep should be animated and this will drive the pipeline forcing timesteps to be fetched from upstream.
virtual double Kitware.VTK.vtkTemporalStreamTracer.GetTimeStepResolution | ( | ) | [virtual] |
If the data source does not have the correct time values present on each time step - setting this value to non unity can be used to adjust the time step size from 1s pre step to 1x_TimeStepResolution : Not functional in this version. Broke it.
virtual void Kitware.VTK.vtkTemporalStreamTracer.IgnorePipelineTimeOff | ( | ) | [virtual] |
To get around problems with the Paraview Animation controls we can just animate the time step and ignore the TIME_ requests.
virtual void Kitware.VTK.vtkTemporalStreamTracer.IgnorePipelineTimeOn | ( | ) | [virtual] |
To get around problems with the Paraview Animation controls we can just animate the time step and ignore the TIME_ requests.
override int Kitware.VTK.vtkTemporalStreamTracer.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamTracer.
static new int Kitware.VTK.vtkTemporalStreamTracer.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamTracer.
static new vtkTemporalStreamTracer Kitware.VTK.vtkTemporalStreamTracer.New | ( | ) | [static] |
Construct object using 2nd order Runge Kutta.
Reimplemented from Kitware.VTK.vtkStreamTracer.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamTracer.
Provide support for multiple see sources.
static new vtkTemporalStreamTracer Kitware.VTK.vtkTemporalStreamTracer.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkStreamTracer.
virtual void Kitware.VTK.vtkTemporalStreamTracer.SetController | ( | vtkMultiProcessController | controller | ) | [virtual] |
Set/Get the controller used when sending particles between processes The controller must be an instance of vtkMPIController. If VTK was compiled without VTK_USE_MPI on, then the Controller is simply ignored.
virtual void Kitware.VTK.vtkTemporalStreamTracer.SetEnableParticleWriting | ( | int | _arg | ) | [virtual] |
Set/Get the filename to be used with the particle writer when dumping particles to disk.
virtual void Kitware.VTK.vtkTemporalStreamTracer.SetForceReinjectionEveryNSteps | ( | int | _arg | ) | [virtual] |
When animating particles, it is nice to inject new ones every Nth step to produce a continuous flow. Setting ForceReinjectionEveryNSteps to a non zero value will cause the particle source to reinject particles every Nth step even if it is otherwise unchanged. Note that if the particle source is also animated, this flag will be redundant as the particles will be reinjected whenever the source changes anyway.
virtual void Kitware.VTK.vtkTemporalStreamTracer.SetIgnorePipelineTime | ( | int | _arg | ) | [virtual] |
To get around problems with the Paraview Animation controls we can just animate the time step and ignore the TIME_ requests.
virtual void Kitware.VTK.vtkTemporalStreamTracer.SetParticleFileName | ( | string | _arg | ) | [virtual] |
Set/Get the filename to be used with the particle writer when dumping particles to disk.
virtual void Kitware.VTK.vtkTemporalStreamTracer.SetParticleWriter | ( | vtkAbstractParticleWriter | pw | ) | [virtual] |
Set/Get the Writer associated with this Particle Tracer Ideally a parallel IO capable vtkH5PartWriter should be used which will collect particles from all parallel processes and write them to a single HDF5 file.
virtual void Kitware.VTK.vtkTemporalStreamTracer.SetStaticMesh | ( | int | _arg | ) | [virtual] |
if StaticMesh is set, many optimizations for cell caching can be assumed. if StaticMesh is not set, the algorithm will attempt to find out if optimizations can be used, but setting it to true will force all optimizations. Do not Set StaticMesh to true if a dynamic mesh is being used as this will invalidate all results.
virtual void Kitware.VTK.vtkTemporalStreamTracer.SetStaticSeeds | ( | int | _arg | ) | [virtual] |
if StaticSeeds is set and the mesh is static, then every time particles are injected we can re-use the same injection information. We classify particles according to processor just once before start. If StaticSeeds is set and a moving seed source is specified the motion will be ignored and results will not be as expected.
virtual void Kitware.VTK.vtkTemporalStreamTracer.SetTerminationTime | ( | double | _arg | ) | [virtual] |
Setting TerminationTime to a positive value will cause particles to terminate when the time is reached. Use a vlue of zero to diable termination. The units of time should be consistent with the primary time variable.
virtual void Kitware.VTK.vtkTemporalStreamTracer.SetTerminationTimeUnit | ( | int | _arg | ) | [virtual] |
The units of TerminationTime may be actual 'Time' units as described by the data, or just TimeSteps of iteration.
The units of TerminationTime may be actual 'Time' units as described by the data, or just TimeSteps of iteration.
The units of TerminationTime may be actual 'Time' units as described by the data, or just TimeSteps of iteration.
virtual void Kitware.VTK.vtkTemporalStreamTracer.SetTimeStep | ( | uint | _arg | ) | [virtual] |
Set/Get the TimeStep. This is the primary means of advancing the particles. The TimeStep should be animated and this will drive the pipeline forcing timesteps to be fetched from upstream.
virtual void Kitware.VTK.vtkTemporalStreamTracer.SetTimeStepResolution | ( | double | _arg | ) | [virtual] |
If the data source does not have the correct time values present on each time step - setting this value to non unity can be used to adjust the time step size from 1s pre step to 1x_TimeStepResolution : Not functional in this version. Broke it.
virtual void Kitware.VTK.vtkTemporalStreamTracer.StaticMeshOff | ( | ) | [virtual] |
if StaticMesh is set, many optimizations for cell caching can be assumed. if StaticMesh is not set, the algorithm will attempt to find out if optimizations can be used, but setting it to true will force all optimizations. Do not Set StaticMesh to true if a dynamic mesh is being used as this will invalidate all results.
virtual void Kitware.VTK.vtkTemporalStreamTracer.StaticMeshOn | ( | ) | [virtual] |
if StaticMesh is set, many optimizations for cell caching can be assumed. if StaticMesh is not set, the algorithm will attempt to find out if optimizations can be used, but setting it to true will force all optimizations. Do not Set StaticMesh to true if a dynamic mesh is being used as this will invalidate all results.
virtual void Kitware.VTK.vtkTemporalStreamTracer.StaticSeedsOff | ( | ) | [virtual] |
if StaticSeeds is set and the mesh is static, then every time particles are injected we can re-use the same injection information. We classify particles according to processor just once before start. If StaticSeeds is set and a moving seed source is specified the motion will be ignored and results will not be as expected.
virtual void Kitware.VTK.vtkTemporalStreamTracer.StaticSeedsOn | ( | ) | [virtual] |
if StaticSeeds is set and the mesh is static, then every time particles are injected we can re-use the same injection information. We classify particles according to processor just once before start. If StaticSeeds is set and a moving seed source is specified the motion will be ignored and results will not be as expected.
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_AddSourceConnection_01 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_EnableParticleWritingOff_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_EnableParticleWritingOn_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_GetController_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_GetEnableParticleWriting_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_GetForceReinjectionEveryNSteps_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_GetIgnorePipelineTime_07 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_GetParticleFileName_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_GetParticleWriter_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_GetStaticMesh_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_GetStaticSeeds_11 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_GetTerminationTime_12 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_GetTerminationTimeUnit_13 | ( | HandleRef | pThis | ) | [private] |
static internal uint Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_GetTimeStep_14 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_GetTimeStepResolution_15 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_IgnorePipelineTimeOff_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_IgnorePipelineTimeOn_17 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_IsA_18 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_IsTypeOf_19 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_NewInstance_21 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_RemoveAllSources_22 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_SafeDownCast_23 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_SetController_24 | ( | HandleRef | pThis, |
HandleRef | controller | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_SetEnableParticleWriting_25 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_SetForceReinjectionEveryNSteps_26 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_SetIgnorePipelineTime_27 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_SetParticleFileName_28 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_SetParticleWriter_29 | ( | HandleRef | pThis, |
HandleRef | pw | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_SetStaticMesh_30 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_SetStaticSeeds_31 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_SetTerminationTime_32 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_SetTerminationTimeUnit_33 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_SetTerminationTimeUnitToStepUnit_34 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_SetTerminationTimeUnitToTimeUnit_35 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_SetTimeStep_36 | ( | HandleRef | pThis, |
uint | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_SetTimeStepResolution_37 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_StaticMeshOff_38 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_StaticMeshOn_39 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_StaticSeedsOff_40 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkTemporalStreamTracer.vtkTemporalStreamTracer_StaticSeedsOn_41 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkTemporalStreamTracer.MRClassNameKey = "23vtkTemporalStreamTracer" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkStreamTracer.
new const string Kitware.VTK.vtkTemporalStreamTracer.MRFullTypeName = "Kitware.VTK.vtkTemporalStreamTracer" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkStreamTracer.