ActiViz .NET
5.8.0
|
vtkGenericStreamTracer - Streamline generator More...
Public Types | |
enum | BACKWARD_WrapperEnum { BACKWARD = 1, BOTH = 2, FORWARD = 0 } |
Description If at any point, the speed is below this value, the integration is terminated. More... | |
enum | ReasonForTermination { NOT_INITIALIZED = 2, OUT_OF_DOMAIN = 1, OUT_OF_STEPS = 5, OUT_OF_TIME = 4, STAGNATION = 6, UNEXPECTED_VALUE = 3 } |
Specify the source object used to generate starting points. More... | |
enum | Solvers { NONE = 3, RUNGE_KUTTA2 = 0, RUNGE_KUTTA4 = 1, RUNGE_KUTTA45 = 2, UNKNOWN = 4 } |
Specify the source object used to generate starting points. More... | |
enum | Units { CELL_LENGTH_UNIT = 2, LENGTH_UNIT = 1, TIME_UNIT = 0 } |
Specify the source object used to generate starting points. More... | |
Public Member Functions | |
vtkGenericStreamTracer (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkGenericStreamTracer () | |
Construct object to start from position (0,0,0), integrate forward, terminal speed 1.0E-12, vorticity computation on, integration step length 0.5 (unit cell length), maximum number of steps 2000, using 2nd order Runge Kutta and maximum propagation 1.0 (unit length). | |
void | AddInput (vtkGenericDataSet arg0) |
Add a dataset to the list inputs. | |
virtual void | ComputeVorticityOff () |
Description Turn on/off calculation of vorticity at streamline points (necessary for generating proper streamribbons using the vtkRibbonFilter. | |
virtual void | ComputeVorticityOn () |
Description Turn on/off calculation of vorticity at streamline points (necessary for generating proper streamribbons using the vtkRibbonFilter. | |
virtual int | FillInputPortInformation (int port, vtkInformation info) |
Specify the source object used to generate starting points. | |
virtual int | GetComputeVorticity () |
Description Turn on/off calculation of vorticity at streamline points (necessary for generating proper streamribbons using the vtkRibbonFilter. | |
double | GetInitialIntegrationStep () |
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used. | |
int | GetInitialIntegrationStepUnit () |
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used. | |
virtual string | GetInputVectorsSelection () |
If you want to generate traces using an arbitrary vector array, then set its name here. By default this in NULL and the filter will use the active vector array. | |
virtual int | GetIntegrationDirection () |
Specify whether the streamtrace will be generated in the upstream or downstream direction. | |
virtual int | GetIntegrationDirectionMaxValue () |
Specify whether the streamtrace will be generated in the upstream or downstream direction. | |
virtual int | GetIntegrationDirectionMinValue () |
Specify whether the streamtrace will be generated in the upstream or downstream direction. | |
virtual vtkInitialValueProblemSolver | GetIntegrator () |
Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2. | |
int | GetIntegratorType () |
Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2. | |
virtual double | GetMaximumError () |
Description Specify the maximum error in the integration. This value is passed to the integrator. Therefore, it's meaning depends on the integrator used. | |
double | GetMaximumIntegrationStep () |
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators. | |
int | GetMaximumIntegrationStepUnit () |
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators. | |
virtual int | GetMaximumNumberOfSteps () |
Description Specify the maximum number of steps used in the integration. | |
double | GetMaximumPropagation () |
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2. | |
int | GetMaximumPropagationUnit () |
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2. | |
double | GetMinimumIntegrationStep () |
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators. | |
int | GetMinimumIntegrationStepUnit () |
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators. | |
virtual double | GetRotationScale () |
Description This can be used to scale the rate with which the streamribbons twist. The default is 1. | |
vtkDataSet | GetSource () |
Specify the source object used to generate starting points. | |
virtual double[] | GetStartPosition () |
Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from. | |
virtual void | GetStartPosition (ref double _arg1, ref double _arg2, ref double _arg3) |
Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from. | |
virtual void | GetStartPosition (IntPtr _arg) |
Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from. | |
virtual double | GetTerminalSpeed () |
Description If at any point, the speed is below this value, the integration is terminated. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkGenericStreamTracer | NewInstance () |
Undocumented Block. | |
void | SelectInputVectors (string fieldName) |
If you want to generate traces using an arbitrary vector array, then set its name here. By default this in NULL and the filter will use the active vector array. | |
virtual void | SetComputeVorticity (int _arg) |
Description Turn on/off calculation of vorticity at streamline points (necessary for generating proper streamribbons using the vtkRibbonFilter. | |
void | SetInitialIntegrationStep (int unit, double step) |
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used. | |
void | SetInitialIntegrationStep (double step) |
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used. | |
void | SetInitialIntegrationStepUnit (int unit) |
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used. | |
void | SetInitialIntegrationStepUnitToCellLengthUnit () |
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used. | |
void | SetInitialIntegrationStepUnitToLengthUnit () |
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used. | |
void | SetInitialIntegrationStepUnitToTimeUnit () |
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used. | |
virtual void | SetIntegrationDirection (int _arg) |
Specify whether the streamtrace will be generated in the upstream or downstream direction. | |
void | SetIntegrationDirectionToBackward () |
Specify whether the streamtrace will be generated in the upstream or downstream direction. | |
void | SetIntegrationDirectionToBoth () |
Specify whether the streamtrace will be generated in the upstream or downstream direction. | |
void | SetIntegrationDirectionToForward () |
Specify whether the streamtrace will be generated in the upstream or downstream direction. | |
void | SetIntegrator (vtkInitialValueProblemSolver arg0) |
Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2. | |
void | SetIntegratorType (int type) |
Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2. | |
void | SetIntegratorTypeToRungeKutta2 () |
Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2. | |
void | SetIntegratorTypeToRungeKutta4 () |
Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2. | |
void | SetIntegratorTypeToRungeKutta45 () |
Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2. | |
void | SetInterpolatorPrototype (vtkGenericInterpolatedVelocityField ivf) |
The object used to interpolate the velocity field during integration is of the same class as this prototype. | |
virtual void | SetMaximumError (double _arg) |
Description Specify the maximum error in the integration. This value is passed to the integrator. Therefore, it's meaning depends on the integrator used. | |
void | SetMaximumIntegrationStep (int unit, double step) |
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators. | |
void | SetMaximumIntegrationStep (double step) |
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators. | |
void | SetMaximumIntegrationStepUnit (int unit) |
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators. | |
void | SetMaximumIntegrationStepUnitToCellLengthUnit () |
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators. | |
void | SetMaximumIntegrationStepUnitToLengthUnit () |
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators. | |
void | SetMaximumIntegrationStepUnitToTimeUnit () |
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators. | |
virtual void | SetMaximumNumberOfSteps (int _arg) |
Description Specify the maximum number of steps used in the integration. | |
void | SetMaximumPropagation (int unit, double max) |
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2. | |
void | SetMaximumPropagation (double max) |
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2. | |
void | SetMaximumPropagationUnit (int unit) |
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2. | |
void | SetMaximumPropagationUnitToCellLengthUnit () |
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2. | |
void | SetMaximumPropagationUnitToLengthUnit () |
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2. | |
void | SetMaximumPropagationUnitToTimeUnit () |
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2. | |
void | SetMinimumIntegrationStep (int unit, double step) |
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators. | |
void | SetMinimumIntegrationStep (double step) |
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators. | |
void | SetMinimumIntegrationStepUnit (int unit) |
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators. | |
void | SetMinimumIntegrationStepUnitToCellLengthUnit () |
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators. | |
void | SetMinimumIntegrationStepUnitToLengthUnit () |
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators. | |
void | SetMinimumIntegrationStepUnitToTimeUnit () |
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators. | |
virtual void | SetRotationScale (double _arg) |
Description This can be used to scale the rate with which the streamribbons twist. The default is 1. | |
void | SetSource (vtkDataSet source) |
Specify the source object used to generate starting points. | |
virtual void | SetStartPosition (double _arg1, double _arg2, double _arg3) |
Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from. | |
virtual void | SetStartPosition (IntPtr _arg) |
Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from. | |
virtual void | SetTerminalSpeed (double _arg) |
Description If at any point, the speed is below this value, the integration is terminated. | |
Static Public Member Functions | |
static new vtkGenericStreamTracer | New () |
Construct object to start from position (0,0,0), integrate forward, terminal speed 1.0E-12, vorticity computation on, integration step length 0.5 (unit cell length), maximum number of steps 2000, using 2nd order Runge Kutta and maximum propagation 1.0 (unit length). | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkGenericStreamTracer | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkGenericStreamTracer" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkGenericStreamTracer" |
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 | vtkGenericStreamTracer_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGenericStreamTracer_AddInput_01 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkGenericStreamTracer_ComputeVorticityOff_02 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_ComputeVorticityOn_03 (HandleRef pThis) |
static internal int | vtkGenericStreamTracer_FillInputPortInformation_04 (HandleRef pThis, int port, HandleRef info) |
static internal int | vtkGenericStreamTracer_GetComputeVorticity_05 (HandleRef pThis) |
static internal double | vtkGenericStreamTracer_GetInitialIntegrationStep_06 (HandleRef pThis) |
static internal int | vtkGenericStreamTracer_GetInitialIntegrationStepUnit_07 (HandleRef pThis) |
static internal IntPtr | vtkGenericStreamTracer_GetInputVectorsSelection_08 (HandleRef pThis) |
static internal int | vtkGenericStreamTracer_GetIntegrationDirection_09 (HandleRef pThis) |
static internal int | vtkGenericStreamTracer_GetIntegrationDirectionMaxValue_10 (HandleRef pThis) |
static internal int | vtkGenericStreamTracer_GetIntegrationDirectionMinValue_11 (HandleRef pThis) |
static internal IntPtr | vtkGenericStreamTracer_GetIntegrator_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkGenericStreamTracer_GetIntegratorType_13 (HandleRef pThis) |
static internal double | vtkGenericStreamTracer_GetMaximumError_14 (HandleRef pThis) |
static internal double | vtkGenericStreamTracer_GetMaximumIntegrationStep_15 (HandleRef pThis) |
static internal int | vtkGenericStreamTracer_GetMaximumIntegrationStepUnit_16 (HandleRef pThis) |
static internal int | vtkGenericStreamTracer_GetMaximumNumberOfSteps_17 (HandleRef pThis) |
static internal double | vtkGenericStreamTracer_GetMaximumPropagation_18 (HandleRef pThis) |
static internal int | vtkGenericStreamTracer_GetMaximumPropagationUnit_19 (HandleRef pThis) |
static internal double | vtkGenericStreamTracer_GetMinimumIntegrationStep_20 (HandleRef pThis) |
static internal int | vtkGenericStreamTracer_GetMinimumIntegrationStepUnit_21 (HandleRef pThis) |
static internal double | vtkGenericStreamTracer_GetRotationScale_22 (HandleRef pThis) |
static internal IntPtr | vtkGenericStreamTracer_GetSource_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGenericStreamTracer_GetStartPosition_24 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_GetStartPosition_25 (HandleRef pThis, ref double _arg1, ref double _arg2, ref double _arg3) |
static internal void | vtkGenericStreamTracer_GetStartPosition_26 (HandleRef pThis, IntPtr _arg) |
static internal double | vtkGenericStreamTracer_GetTerminalSpeed_27 (HandleRef pThis) |
static internal int | vtkGenericStreamTracer_IsA_28 (HandleRef pThis, string type) |
static internal int | vtkGenericStreamTracer_IsTypeOf_29 (string type) |
static internal IntPtr | vtkGenericStreamTracer_NewInstance_31 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkGenericStreamTracer_SafeDownCast_32 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkGenericStreamTracer_SelectInputVectors_33 (HandleRef pThis, string fieldName) |
static internal void | vtkGenericStreamTracer_SetComputeVorticity_34 (HandleRef pThis, int _arg) |
static internal void | vtkGenericStreamTracer_SetInitialIntegrationStep_35 (HandleRef pThis, int unit, double step) |
static internal void | vtkGenericStreamTracer_SetInitialIntegrationStep_36 (HandleRef pThis, double step) |
static internal void | vtkGenericStreamTracer_SetInitialIntegrationStepUnit_37 (HandleRef pThis, int unit) |
static internal void | vtkGenericStreamTracer_SetInitialIntegrationStepUnitToCellLengthUnit_38 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetInitialIntegrationStepUnitToLengthUnit_39 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetInitialIntegrationStepUnitToTimeUnit_40 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetIntegrationDirection_41 (HandleRef pThis, int _arg) |
static internal void | vtkGenericStreamTracer_SetIntegrationDirectionToBackward_42 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetIntegrationDirectionToBoth_43 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetIntegrationDirectionToForward_44 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetIntegrator_45 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkGenericStreamTracer_SetIntegratorType_46 (HandleRef pThis, int type) |
static internal void | vtkGenericStreamTracer_SetIntegratorTypeToRungeKutta2_47 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetIntegratorTypeToRungeKutta4_48 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetIntegratorTypeToRungeKutta45_49 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetInterpolatorPrototype_50 (HandleRef pThis, HandleRef ivf) |
static internal void | vtkGenericStreamTracer_SetMaximumError_51 (HandleRef pThis, double _arg) |
static internal void | vtkGenericStreamTracer_SetMaximumIntegrationStep_52 (HandleRef pThis, int unit, double step) |
static internal void | vtkGenericStreamTracer_SetMaximumIntegrationStep_53 (HandleRef pThis, double step) |
static internal void | vtkGenericStreamTracer_SetMaximumIntegrationStepUnit_54 (HandleRef pThis, int unit) |
static internal void | vtkGenericStreamTracer_SetMaximumIntegrationStepUnitToCellLengthUnit_55 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetMaximumIntegrationStepUnitToLengthUnit_56 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetMaximumIntegrationStepUnitToTimeUnit_57 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetMaximumNumberOfSteps_58 (HandleRef pThis, int _arg) |
static internal void | vtkGenericStreamTracer_SetMaximumPropagation_59 (HandleRef pThis, int unit, double max) |
static internal void | vtkGenericStreamTracer_SetMaximumPropagation_60 (HandleRef pThis, double max) |
static internal void | vtkGenericStreamTracer_SetMaximumPropagationUnit_61 (HandleRef pThis, int unit) |
static internal void | vtkGenericStreamTracer_SetMaximumPropagationUnitToCellLengthUnit_62 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetMaximumPropagationUnitToLengthUnit_63 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetMaximumPropagationUnitToTimeUnit_64 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetMinimumIntegrationStep_65 (HandleRef pThis, int unit, double step) |
static internal void | vtkGenericStreamTracer_SetMinimumIntegrationStep_66 (HandleRef pThis, double step) |
static internal void | vtkGenericStreamTracer_SetMinimumIntegrationStepUnit_67 (HandleRef pThis, int unit) |
static internal void | vtkGenericStreamTracer_SetMinimumIntegrationStepUnitToCellLengthUnit_68 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetMinimumIntegrationStepUnitToLengthUnit_69 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetMinimumIntegrationStepUnitToTimeUnit_70 (HandleRef pThis) |
static internal void | vtkGenericStreamTracer_SetRotationScale_71 (HandleRef pThis, double _arg) |
static internal void | vtkGenericStreamTracer_SetSource_72 (HandleRef pThis, HandleRef source) |
static internal void | vtkGenericStreamTracer_SetStartPosition_73 (HandleRef pThis, double _arg1, double _arg2, double _arg3) |
static internal void | vtkGenericStreamTracer_SetStartPosition_74 (HandleRef pThis, IntPtr _arg) |
static internal void | vtkGenericStreamTracer_SetTerminalSpeed_75 (HandleRef pThis, double _arg) |
Static Private Member Functions | |
static | vtkGenericStreamTracer () |
Automatically generated type registration mechanics. |
vtkGenericStreamTracer - Streamline generator
Description vtkGenericStreamTracer is a filter that integrates a vector field to generate streamlines. The integration is performed using the provided integrator. The default is second order Runge-Kutta.
vtkGenericStreamTracer generate polylines as output. Each cell (polyline) corresponds to one streamline. The values associated with each streamline are stored in the cell data whereas the values associated with points are stored in point data.
Note that vtkGenericStreamTracer can integrate both forward and backward. The length of the streamline is controlled by specifying either a maximum value in the units of length, cell length or elapsed time (the elapsed time is the time each particle would have traveled if flow were steady). Otherwise, the integration terminates after exiting the dataset or if the particle speed is reduced to a value less than the terminal speed or when a maximum number of steps is reached. The reason for the termination is stored in a cell array named ReasonForTermination.
The quality of integration can be controlled by setting integration step (InitialIntegrationStep) and in the case of adaptive solvers the maximum error, the minimum integration step and the maximum integration step. All of these can have units of length, cell length or elapsed time.
The integration time, vorticity, rotation and angular velocity are stored in point arrays named "IntegrationTime", "Vorticity", "Rotation" and "AngularVelocity" respectively (vorticity, rotation and angular velocity are computed only when ComputeVorticity is on). All point attributes in the source data set are interpolated on the new streamline points.
vtkGenericStreamTracer integrates through any type of dataset. As a result, if the dataset contains 2D cells such as polygons or triangles, the integration is constrained to lie on the surface defined by the 2D cells.
The starting point of traces may be defined in two different ways. Starting from global x-y-z "position" allows you to start a single trace at a specified x-y-z coordinate. If you specify a source object, a trace will be generated for each point in the source that is inside the dataset.
vtkRibbonFilter vtkRuledSurfaceFilter vtkInitialValueProblemSolver vtkRungeKutta2 vtkRungeKutta4 vtkRungeKutta45
static Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Construct object to start from position (0,0,0), integrate forward, terminal speed 1.0E-12, vorticity computation on, integration step length 0.5 (unit cell length), maximum number of steps 2000, using 2nd order Runge Kutta and maximum propagation 1.0 (unit length).
Add a dataset to the list inputs.
virtual void Kitware.VTK.vtkGenericStreamTracer.ComputeVorticityOff | ( | ) | [virtual] |
Description Turn on/off calculation of vorticity at streamline points (necessary for generating proper streamribbons using the vtkRibbonFilter.
virtual void Kitware.VTK.vtkGenericStreamTracer.ComputeVorticityOn | ( | ) | [virtual] |
Description Turn on/off calculation of vorticity at streamline points (necessary for generating proper streamribbons using the vtkRibbonFilter.
override void Kitware.VTK.vtkGenericStreamTracer.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.vtkPolyDataAlgorithm.
virtual int Kitware.VTK.vtkGenericStreamTracer.FillInputPortInformation | ( | int | port, |
vtkInformation | info | ||
) | [virtual] |
Specify the source object used to generate starting points.
virtual int Kitware.VTK.vtkGenericStreamTracer.GetComputeVorticity | ( | ) | [virtual] |
Description Turn on/off calculation of vorticity at streamline points (necessary for generating proper streamribbons using the vtkRibbonFilter.
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.
virtual string Kitware.VTK.vtkGenericStreamTracer.GetInputVectorsSelection | ( | ) | [virtual] |
If you want to generate traces using an arbitrary vector array, then set its name here. By default this in NULL and the filter will use the active vector array.
virtual int Kitware.VTK.vtkGenericStreamTracer.GetIntegrationDirection | ( | ) | [virtual] |
Specify whether the streamtrace will be generated in the upstream or downstream direction.
virtual int Kitware.VTK.vtkGenericStreamTracer.GetIntegrationDirectionMaxValue | ( | ) | [virtual] |
Specify whether the streamtrace will be generated in the upstream or downstream direction.
virtual int Kitware.VTK.vtkGenericStreamTracer.GetIntegrationDirectionMinValue | ( | ) | [virtual] |
Specify whether the streamtrace will be generated in the upstream or downstream direction.
virtual vtkInitialValueProblemSolver Kitware.VTK.vtkGenericStreamTracer.GetIntegrator | ( | ) | [virtual] |
Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2.
Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2.
virtual double Kitware.VTK.vtkGenericStreamTracer.GetMaximumError | ( | ) | [virtual] |
Description Specify the maximum error in the integration. This value is passed to the integrator. Therefore, it's meaning depends on the integrator used.
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
virtual int Kitware.VTK.vtkGenericStreamTracer.GetMaximumNumberOfSteps | ( | ) | [virtual] |
Description Specify the maximum number of steps used in the integration.
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2.
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2.
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
virtual double Kitware.VTK.vtkGenericStreamTracer.GetRotationScale | ( | ) | [virtual] |
Description This can be used to scale the rate with which the streamribbons twist. The default is 1.
Specify the source object used to generate starting points.
virtual double [] Kitware.VTK.vtkGenericStreamTracer.GetStartPosition | ( | ) | [virtual] |
Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from.
virtual void Kitware.VTK.vtkGenericStreamTracer.GetStartPosition | ( | ref double | _arg1, |
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [virtual] |
Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from.
virtual void Kitware.VTK.vtkGenericStreamTracer.GetStartPosition | ( | IntPtr | _arg | ) | [virtual] |
Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from.
virtual double Kitware.VTK.vtkGenericStreamTracer.GetTerminalSpeed | ( | ) | [virtual] |
Description If at any point, the speed is below this value, the integration is terminated.
override int Kitware.VTK.vtkGenericStreamTracer.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkGenericStreamTracer.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkGenericStreamTracer Kitware.VTK.vtkGenericStreamTracer.New | ( | ) | [static] |
Construct object to start from position (0,0,0), integrate forward, terminal speed 1.0E-12, vorticity computation on, integration step length 0.5 (unit cell length), maximum number of steps 2000, using 2nd order Runge Kutta and maximum propagation 1.0 (unit length).
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkGenericStreamTracer Kitware.VTK.vtkGenericStreamTracer.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
void Kitware.VTK.vtkGenericStreamTracer.SelectInputVectors | ( | string | fieldName | ) |
If you want to generate traces using an arbitrary vector array, then set its name here. By default this in NULL and the filter will use the active vector array.
virtual void Kitware.VTK.vtkGenericStreamTracer.SetComputeVorticity | ( | int | _arg | ) | [virtual] |
Description Turn on/off calculation of vorticity at streamline points (necessary for generating proper streamribbons using the vtkRibbonFilter.
void Kitware.VTK.vtkGenericStreamTracer.SetInitialIntegrationStep | ( | int | unit, |
double | step | ||
) |
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.
void Kitware.VTK.vtkGenericStreamTracer.SetInitialIntegrationStep | ( | double | step | ) |
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.
void Kitware.VTK.vtkGenericStreamTracer.SetInitialIntegrationStepUnit | ( | int | unit | ) |
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.
Specify the initial step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 If the integrator is not adaptive, this is the actual step used.
virtual void Kitware.VTK.vtkGenericStreamTracer.SetIntegrationDirection | ( | int | _arg | ) | [virtual] |
Specify whether the streamtrace will be generated in the upstream or downstream direction.
Specify whether the streamtrace will be generated in the upstream or downstream direction.
Specify whether the streamtrace will be generated in the upstream or downstream direction.
Specify whether the streamtrace will be generated in the upstream or downstream direction.
Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2.
void Kitware.VTK.vtkGenericStreamTracer.SetIntegratorType | ( | int | type | ) |
Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2.
Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2.
Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2.
Set/get the integrator type to be used in the stream line calculation. The object passed is not actually used but is cloned with NewInstance in the process of integration (prototype pattern). The default is 2nd order Runge Kutta. The integrator can also be changed using SetIntegratorType. The recognized solvers are: RUNGE_KUTTA2 = 0 RUNGE_KUTTA4 = 1 RUNGE_KUTTA45 = 2.
void Kitware.VTK.vtkGenericStreamTracer.SetInterpolatorPrototype | ( | vtkGenericInterpolatedVelocityField | ivf | ) |
The object used to interpolate the velocity field during integration is of the same class as this prototype.
virtual void Kitware.VTK.vtkGenericStreamTracer.SetMaximumError | ( | double | _arg | ) | [virtual] |
Description Specify the maximum error in the integration. This value is passed to the integrator. Therefore, it's meaning depends on the integrator used.
void Kitware.VTK.vtkGenericStreamTracer.SetMaximumIntegrationStep | ( | int | unit, |
double | step | ||
) |
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
void Kitware.VTK.vtkGenericStreamTracer.SetMaximumIntegrationStep | ( | double | step | ) |
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
void Kitware.VTK.vtkGenericStreamTracer.SetMaximumIntegrationStepUnit | ( | int | unit | ) |
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
Specify the maximum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
virtual void Kitware.VTK.vtkGenericStreamTracer.SetMaximumNumberOfSteps | ( | int | _arg | ) | [virtual] |
Description Specify the maximum number of steps used in the integration.
void Kitware.VTK.vtkGenericStreamTracer.SetMaximumPropagation | ( | int | unit, |
double | max | ||
) |
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2.
void Kitware.VTK.vtkGenericStreamTracer.SetMaximumPropagation | ( | double | max | ) |
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2.
void Kitware.VTK.vtkGenericStreamTracer.SetMaximumPropagationUnit | ( | int | unit | ) |
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2.
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2.
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2.
Specify the maximum length of the streamlines expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2.
void Kitware.VTK.vtkGenericStreamTracer.SetMinimumIntegrationStep | ( | int | unit, |
double | step | ||
) |
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
void Kitware.VTK.vtkGenericStreamTracer.SetMinimumIntegrationStep | ( | double | step | ) |
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
void Kitware.VTK.vtkGenericStreamTracer.SetMinimumIntegrationStepUnit | ( | int | unit | ) |
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
Specify the minimum step used in the integration expressed in one of the: TIME_UNIT = 0 LENGTH_UNIT = 1 CELL_LENGTH_UNIT = 2 Only valid when using adaptive integrators.
virtual void Kitware.VTK.vtkGenericStreamTracer.SetRotationScale | ( | double | _arg | ) | [virtual] |
Description This can be used to scale the rate with which the streamribbons twist. The default is 1.
void Kitware.VTK.vtkGenericStreamTracer.SetSource | ( | vtkDataSet | source | ) |
Specify the source object used to generate starting points.
virtual void Kitware.VTK.vtkGenericStreamTracer.SetStartPosition | ( | double | _arg1, |
double | _arg2, | ||
double | _arg3 | ||
) | [virtual] |
Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from.
virtual void Kitware.VTK.vtkGenericStreamTracer.SetStartPosition | ( | IntPtr | _arg | ) | [virtual] |
Specify the start of the streamline in the global coordinate system. Search must be performed to find initial cell to start integration from.
virtual void Kitware.VTK.vtkGenericStreamTracer.SetTerminalSpeed | ( | double | _arg | ) | [virtual] |
Description If at any point, the speed is below this value, the integration is terminated.
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_AddInput_01 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_ComputeVorticityOff_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_ComputeVorticityOn_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_FillInputPortInformation_04 | ( | HandleRef | pThis, |
int | port, | ||
HandleRef | info | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetComputeVorticity_05 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetInitialIntegrationStep_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetInitialIntegrationStepUnit_07 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetInputVectorsSelection_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetIntegrationDirection_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetIntegrationDirectionMaxValue_10 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetIntegrationDirectionMinValue_11 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetIntegrator_12 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetIntegratorType_13 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetMaximumError_14 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetMaximumIntegrationStep_15 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetMaximumIntegrationStepUnit_16 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetMaximumNumberOfSteps_17 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetMaximumPropagation_18 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetMaximumPropagationUnit_19 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetMinimumIntegrationStep_20 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetMinimumIntegrationStepUnit_21 | ( | HandleRef | pThis | ) | [private] |
static internal double Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetRotationScale_22 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetSource_23 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetStartPosition_24 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetStartPosition_25 | ( | HandleRef | pThis, |
ref double | _arg1, | ||
ref double | _arg2, | ||
ref double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetStartPosition_26 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal double Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_GetTerminalSpeed_27 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_IsA_28 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_IsTypeOf_29 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_NewInstance_31 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SafeDownCast_32 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SelectInputVectors_33 | ( | HandleRef | pThis, |
string | fieldName | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetComputeVorticity_34 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetInitialIntegrationStep_35 | ( | HandleRef | pThis, |
int | unit, | ||
double | step | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetInitialIntegrationStep_36 | ( | HandleRef | pThis, |
double | step | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetInitialIntegrationStepUnit_37 | ( | HandleRef | pThis, |
int | unit | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetInitialIntegrationStepUnitToCellLengthUnit_38 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetInitialIntegrationStepUnitToLengthUnit_39 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetInitialIntegrationStepUnitToTimeUnit_40 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetIntegrationDirection_41 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetIntegrationDirectionToBackward_42 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetIntegrationDirectionToBoth_43 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetIntegrationDirectionToForward_44 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetIntegrator_45 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetIntegratorType_46 | ( | HandleRef | pThis, |
int | type | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetIntegratorTypeToRungeKutta2_47 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetIntegratorTypeToRungeKutta45_49 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetIntegratorTypeToRungeKutta4_48 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetInterpolatorPrototype_50 | ( | HandleRef | pThis, |
HandleRef | ivf | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMaximumError_51 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMaximumIntegrationStep_52 | ( | HandleRef | pThis, |
int | unit, | ||
double | step | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMaximumIntegrationStep_53 | ( | HandleRef | pThis, |
double | step | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMaximumIntegrationStepUnit_54 | ( | HandleRef | pThis, |
int | unit | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMaximumIntegrationStepUnitToCellLengthUnit_55 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMaximumIntegrationStepUnitToLengthUnit_56 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMaximumIntegrationStepUnitToTimeUnit_57 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMaximumNumberOfSteps_58 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMaximumPropagation_59 | ( | HandleRef | pThis, |
int | unit, | ||
double | max | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMaximumPropagation_60 | ( | HandleRef | pThis, |
double | max | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMaximumPropagationUnit_61 | ( | HandleRef | pThis, |
int | unit | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMaximumPropagationUnitToCellLengthUnit_62 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMaximumPropagationUnitToLengthUnit_63 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMaximumPropagationUnitToTimeUnit_64 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMinimumIntegrationStep_65 | ( | HandleRef | pThis, |
int | unit, | ||
double | step | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMinimumIntegrationStep_66 | ( | HandleRef | pThis, |
double | step | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMinimumIntegrationStepUnit_67 | ( | HandleRef | pThis, |
int | unit | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMinimumIntegrationStepUnitToCellLengthUnit_68 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMinimumIntegrationStepUnitToLengthUnit_69 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetMinimumIntegrationStepUnitToTimeUnit_70 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetRotationScale_71 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetSource_72 | ( | HandleRef | pThis, |
HandleRef | source | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetStartPosition_73 | ( | HandleRef | pThis, |
double | _arg1, | ||
double | _arg2, | ||
double | _arg3 | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetStartPosition_74 | ( | HandleRef | pThis, |
IntPtr | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkGenericStreamTracer.vtkGenericStreamTracer_SetTerminalSpeed_75 | ( | HandleRef | pThis, |
double | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkGenericStreamTracer.MRClassNameKey = "22vtkGenericStreamTracer" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkGenericStreamTracer.MRFullTypeName = "Kitware.VTK.vtkGenericStreamTracer" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.