This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- 27 Apr, 2012 13 commits
-
-
Philippe Pébay authored
Change-Id: I675bfd61cae43c66bdd5b6e684d4480a23a9ec52
-
Philippe Pébay authored
Change-Id: I557bcc04b090c737925044bff44533cb09a0bf2e
-
Philippe Pébay authored
Change-Id: Ica838eb32b09db1e931f4580dc5ec8aae76470f0
-
Philippe Pébay authored
Change-Id: Ibc3ed464cc8171c8c71ba4440ae04170cbf97612 Output: generates output files in VTK format. Usage: --branch-factor opt Branching factor of hyper tree grid --dimension opt Dimension of hyper tree grid --grid-size-X opt Size of hyper tree grid in X direction --grid-size-Y opt Size of hyper tree grid in Y direction --grid-size-Z opt Size of hyper tree grid in Z direction --max-level opt Maximum depth of hyper tree grid --skip-Axis-Cut Skip axis cut filter --skip-Contour Skip contour filter --skip-Cut Skip cut filter --skip-Geometry Skip geometry filter --skip-Shrink Skip shrink filter
-
Philippe Pébay authored
Change-Id: I9526577ceb5e31b90e8a816e919fe32896cd75ba
-
Philippe Pébay authored
Change-Id: I674236c01fec0c1e320ad170246f2642f2b79814
-
Philippe Pébay authored
Change-Id: Ib4d12d0ea4ba370ace32781ab048855346671179
-
Philippe Pébay authored
Change-Id: Ibdc51c2c9aabd027775658ed9e70c068f4571470
-
Philippe Pébay authored
Change-Id: I9c29e9151c1c35a0b8046cf60d4e1b042f49c98f
-
Philippe Pébay authored
Change-Id: I98632a4524dce3f09becfee942fa0a8fcf7e9e43
-
Philippe Pébay authored
Change-Id: I26e97b9edbc5a4d3a22fc872f40f881b34d7a627
-
Philippe Pébay authored
Change-Id: Icb7daf45af84dfae12f9ac51b0022dfe01badd22
-
Philippe Pébay authored
Change-Id: I41d526c396dce52f63d7a74937ac4e5782c53b95
-
- 26 Apr, 2012 9 commits
-
-
Philippe Pébay authored
Change-Id: Ieeac1452735709c54d409e2d5339936c1c518eeb
-
Philippe Pébay authored
Change-Id: Ic90a55bd00154bef27d21b1e7c73ae827c901e4a
-
Philippe Pébay authored
Change-Id: Id9f7381e1ce371993f842259d8f0d428173121e1
-
Philippe Pébay authored
Change-Id: Ia43fe92913f0b6ddbc13cd44e4b4d4d234454051
-
Philippe Pébay authored
b9456cd4 Documentation as to information objects sent by this source 83d20b38 The hyper tree grid source is not a fractal 51056288 A new test with plenty of options for thorough and convenient testing d4a551eb Test hyper tree filters in arbitrary order to verify duality issues a405b882 Ensure that HT geometry filter restores original dual grid API eba27009 Make sure that HT axis cut restores duality flag to original state ada3fdab Consistent formatting of pure virtual methods 5ac04181 Fixed order of execution for axis cut (preparing for dim=2) 7aa59891 Fixed bug in cell data retrieval for dimension == 2 df935a54 Fixed bug that was causing failure for dim < 3. 829f4139 Eliminated unnecessary cast to int of some integer variable 0b45914b Ensure that hyper tree geometry filter uses dual grid API 4dd16c9d Restoring outline corner filter into the build 1700f2a8 Fixed formatting error into hyper tree generator 6bc1e195 Fixed duality problem into hyper tree fractal source 56454b79 Restored interactivity for tests (missing module dependency) e0558710 Include all hyper tree grid tests into test harness 529b8cda Added a test for the hyper tree grid geometry filter 789cfc3d Added a test for the hyper tree axis cut 24c214b6 More thorough test: all hyper tree functionalities; render geometry abda2d19 Fixed PrintSelf() defects, turn dual grid API to ON, fix warning 2109da03 Implement PrintSelf(), fix warnings, always use Dual grid API dfda0568 Expose Dual flag of hyper tree source at a more logical place 8c2d15d2 A hyper tree grid source 1b341d54 Cleaner constructor for HT grids
-
Philippe Pébay authored
Change-Id: Ice2f79822b1d40ba90a98f287327030e47e25d63
-
Philippe Pébay authored
Change-Id: Iae8156bbd3d2f5b3c5a2d5ddd60657e3177ab4bd
-
Dave DeMarle authored
a5b11fbd STYLE: Add Description so that doxygen picks up method doc.
-
David Gobbi authored
The Description line for an important interface method was missing, causing the method to be left undocumented by doxygen. Change-Id: I9a0b866b07e5af423b7455577cc583cc8a47d20d
-
- 25 Apr, 2012 9 commits
-
-
David Gobbi authored
2394c25d COMP: Set WRAP_EXCLUDE for vtkContextPolygon, is not a vtkObject.
-
Philippe Pébay authored
Change-Id: I38c69d3f7eb84204a058ad7c8e7bfb4249b683ef
-
Philippe Pébay authored
Change-Id: I94ebae8a70967fcadf671d0cef7077ba96cb91c9
-
Philippe Pébay authored
Change-Id: Idaa67529ee12cb7ac85f9489f2931d8db627974f
-
Philippe Pébay authored
Change-Id: I348ac90e7250a1b9ea546bd62c0d56b034e48b8e
-
Brad King authored
KWSys is no longer shared in projects via a server-side directory symlink in CVS. An automated nightly date stamp commit can no longer be shared by multiple projects directly. It needs a per-project replay robot so the nightly commits end up needing N+1 robots instead of N. Remove the DateStamp feature because it is no longer useful or maintained by nightly commits. Change-Id: I9620a3e3286935312ab1fc4e3ba5629e46541b33
-
David Gobbi authored
The vtkContextPolygon class was set to ABSTRACT, but it isn't an abstract class, so the intent was probably to exclude it from wrapping. This class must be excluded from wrapping or it breaks the Java wrapper build. Change-Id: Id43da943c2b98b1ca1732ecdd07901fb70ac554e
-
Yuanxin Liu authored
2e351f59 new parallel stream tracer
-
- 24 Apr, 2012 9 commits
-
-
Chris Harris authored
e64c371b Fixed compile issues with vtkOutlineCornerFilter
-
Marcus D. Hanwell authored
Moved the TestMultiBlock test as the Filters/Sources module already depends on Filters/General. This resolves the compile error seen for the vtkOutlineCornerFilter::New() symbol. Change-Id: Ifb3230f8d86b3aeee52b0bd6a06dcb2f306720a0
-
Yuanxin Liu authored
This parallel stream tracer is more efficient than the previous implementation. The processes does not wait for each stream line to terminate. Instead, a process starts to trace a new streamline as soon as a new seed is available. Change-Id: I2766b5ead901e958a0339ca49addbe33f614285b
-
Utkarsh Ayachit authored
fc93e3fc Merge remote branch 'origin/master' into HEAD 54832f74 Updating comment. 1d674588 BUG #13101. STL ascii reader was report failures prematurely.
-
Dave DeMarle authored
Change-Id: I324f9c1f362fafcf5e422a754228e3ba311b5d2c
-
Philippe Pébay authored
Change-Id: Ie2fa2289cbc1e37e06a2ebc8877c6a6c7a3a3877
-
Philippe Pébay authored
Change-Id: Ifdd83a136e5bb33cb2e089abb74f4e7dd2bb4bab
-
Philippe Pébay authored
Change-Id: I4a33c10b1d29e3a0543c8cc759ed8a484b1c2988
-