-
-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving all vtk extensions to a single private module, vtkextPrivate (#…
- Loading branch information
Showing
76 changed files
with
95 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
set(test_sources | ||
TestF3DCachedTexturesPrint.cxx | ||
TestF3DGenericImporter.cxx | ||
TestF3DGenericImporterMultiColoring.cxx | ||
TestF3DInteractorEventRecorder.cxx | ||
TestF3DLog.cxx | ||
TestF3DObjectFactory.cxx | ||
TestF3DOpenGLGridMapper.cxx | ||
TestF3DRenderPass.cxx | ||
TestF3DRendererWithColoring.cxx | ||
) | ||
|
||
if(WIN32 AND F3D_WINDOWS_GUI) | ||
list(APPEND test_sources TestF3DWinGuiObjectFactory.cxx) | ||
endif() | ||
|
||
if(F3D_MODULE_EXR) | ||
list(APPEND test_sources | ||
TestF3DEXRReader.cxx | ||
TestF3DEXRReaderInvalid.cxx) | ||
endif() | ||
|
||
if(VTK_VERSION VERSION_LESS_EQUAL 9.1.0) | ||
set(CMAKE_WARN_DEPRECATED OFF) | ||
cmake_policy(SET CMP0115 OLD) | ||
endif() | ||
|
||
vtk_add_test_cxx(vtkextPrivateTests tests | ||
NO_DATA NO_VALID NO_OUTPUT | ||
${test_sources} | ||
${F3D_SOURCE_DIR}/testing/ ${CMAKE_BINARY_DIR}/Testing/Temporary/) | ||
vtk_test_cxx_executable(vtkextPrivateTests tests) | ||
|
||
if(UNIX) | ||
# On windows, the default window output message does not redirect to cout | ||
set_tests_properties(f3d::vtkextPrivateCxx-TestF3DLog PROPERTIES PASS_REGULAR_EXPRESSION "Test Info Test Warning Test Error\nTest Debug Test Info Test Warning Test Error\nTest Warning Test Error\nTest Error\nTest Info Coloring Test Warning Coloring Test Error Coloring\n") | ||
endif() | ||
|
||
if(F3D_MODULE_EXR) | ||
set_tests_properties(f3d::vtkextPrivateCxx-TestF3DEXRReaderInvalid | ||
PROPERTIES | ||
FAIL_REGULAR_EXPRESSION "") | ||
endif() |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 17 additions & 5 deletions
22
vtkext/private/Rendering/vtk.module → vtkext/private/module/vtk.module
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,38 @@ | ||
NAME | ||
f3d::VTKExtensionsRendering | ||
f3d::vtkextPrivate | ||
DESCRIPTION | ||
A VTK containing class related to rendering | ||
DEPENDS | ||
VTK::CommonCore | ||
VTK::CommonCore | ||
VTK::CommonDataModel | ||
VTK::IOImage | ||
VTK::IOImport | ||
VTK::ImagingCore | ||
VTK::InteractionStyle | ||
VTK::RenderingAnnotation | ||
VTK::RenderingCore | ||
VTK::RenderingOpenGL2 | ||
VTK::RenderingVolumeOpenGL2 | ||
VTK::opengl | ||
f3d::VTKExtensionsReaders | ||
PRIVATE_DEPENDS | ||
VTK::CommonExecutionModel | ||
VTK::FiltersGeneral | ||
VTK::FiltersGeometry | ||
VTK::IOImage | ||
VTK::IOXML | ||
VTK::ImagingHybrid | ||
VTK::InteractionWidgets | ||
VTK::RenderingCore | ||
f3d::VTKExtensionsCore | ||
VTK::RenderingVolumeOpenGL2 | ||
f3d::vtkext | ||
OPTIONAL_DEPENDS | ||
VTK::RenderingExternal | ||
VTK::RenderingRayTracing | ||
TEST_DEPENDS | ||
VTK::TestingCore | ||
VTK::IOGeometry | ||
VTK::IOPLY | ||
VTK::IOXML | ||
VTK::IOXML | ||
VTK::InteractionWidgets | ||
f3d::VTKExtensionsCore | ||
VTK::TestingCore |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.