Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
cd34d75
ENH: First commit
Dec 30, 2013
6ba7e6d
DOC: Added the Apache 2.0 License file.
Dec 30, 2013
3f1e6df
ENH: First working version.
Dec 30, 2013
de9dea2
ENH: WritePoints now templated on coordinate type.
Dec 31, 2013
1541c87
BUG: Fixed direction of normals.
Dec 31, 2013
16fee79
ENH: Now supporting .STL extension too.
Dec 31, 2013
a36cca8
ENH: Added support for BINARY writing.
Dec 31, 2013
083f42d
ENH: Improved code coverage.
Dec 31, 2013
3d51c32
ENH: Started to do parsing on Read.
Jan 1, 2014
3931da9
ENH: Added structure for list of Cells and point Ids.
Jan 1, 2014
07370d2
ENH: Implemented ReadPoints(buffer).
Jan 1, 2014
3abcb31
ENH: Implemented ReadCells() method.
Jan 2, 2014
d7231a2
BUG: Fixed STL reading. Added tetrahedron test.
Jan 4, 2014
0ad8623
ENH: Better Point compare method.
Jan 4, 2014
2eb0089
BUG: Fixed bug. Points must be passed in order.
Jan 4, 2014
4aeac59
BUG: Fixed BINARY read.
Jan 5, 2014
1fe73e6
DOC: Fixing Doxygen groups.
Jan 12, 2014
6fd22db
BUG: Now managing Endianness.
Jan 12, 2014
7bf5830
ENH: Report the system endianness.
Jan 12, 2014
11fcf74
ENH: Throwing exception for non-triangle cells.
Jan 12, 2014
1cee9a2
ENH: Splitted WriteCells() into BINARY and ASCII.
Jan 12, 2014
4ab31f2
STYLE: Rename module to match ITK standards.
Jan 16, 2014
3e42b36
ENH: Propagated Module name changes.
Jan 16, 2014
ec28536
ENH: Removing unused variables.
Jan 16, 2014
b9b41ef
COMP: Fixing instantiation of templated functions.
Jan 18, 2014
038aafb
BUG: Add EXCLUDE_FROM_DEFAULT.
thewtex Feb 1, 2014
c34e043
BUG: Fix WritePointsTyped() to no longer use conflicting typenames
brianhelba Feb 1, 2014
ec9c67d
ENH: Merge pull request #1 from thewtex/exclude
Feb 1, 2014
ee4d1a9
ENH: Merge pull request #2 from brianhelba/Fix_WritePoints
Feb 1, 2014
1e52de5
COMP: Remove duplicate group entry in ITKIOMesh.
thewtex Jun 29, 2014
5bac1af
COMP: Add export definitions to build on Windows with shared libs.
thewtex Jun 29, 2014
13894de
ENH: Merge branch 'master' of github.com:InsightSoftwareConsortium/IT…
thewtex Jun 29, 2014
8468275
STYLE: Remove __ in header inclusion guards.
thewtex Apr 3, 2015
77e5f53
BUG: Fix incorrect output, and invalid memory access
blowekamp Jun 22, 2015
9163d22
ENH: Merge pull request #1 from blowekamp/FixWriteCellsAsBinary
blowekamp Jun 22, 2015
3c52d21
ENH: Add external build support.
thewtex Nov 5, 2015
ebcd74a
COMP: Merge pull request #2 from thewtex/ExternalBuild
thewtex Nov 5, 2015
273e537
COMP: Address override warnings.
sudomakeinstall Jun 3, 2016
c5eaf6f
COMP: Merge pull request #3 from DVigneault/OverrideWarnings
thewtex Jun 6, 2016
f5ed3ed
COMP: Use override annotations on overridden functions
zachary-williamson Jun 23, 2016
8641d21
ENH: Merge pull request #4 from zachary-williamson/master
hjmjohnson Jun 23, 2016
24ebcff
STYLE: Use Macro for Function Deletion
zachary-williamson Jun 29, 2016
ccb56ad
ENH: Merge pull request #5 from zachary-williamson/master
thewtex Jul 22, 2016
c58a7ab
BUG: Fixing reading
dzenanz Nov 5, 2017
89cf384
ENH: Merge pull request #6 from InsightSoftwareConsortium/readingFix
thewtex Nov 5, 2017
0a409b9
ENH: Require cmake minimum version to be 3.9.5.
Jan 17, 2018
f07c105
COMP: Merge pull request #7 from jhlegarreta/ChangeRequiredCMakeMinim…
dzenanz Jan 19, 2018
6f5c2c6
ENH: ITKv5 override consistency
hjmjohnson Dec 17, 2017
86006af
COMP: Use C++11 override directly
hjmjohnson Dec 17, 2017
24ec719
ENH: Merge pull request #8 from InsightSoftwareConsortium/ITKv5
hjmjohnson Jan 22, 2018
c765210
STYLE: Modernize to C++11 conventions
hjmjohnson Feb 12, 2018
05a3eb5
STYLE: Prefer C++11 type alias over typedef
hjmjohnson Feb 13, 2018
e08b4b4
STYLE: Prefer constexpr for const numeric literals
hjmjohnson Feb 13, 2018
36af1a0
STYLE: Merge pull request #9 from InsightSoftwareConsortium/ITKv5Style
hjmjohnson Feb 13, 2018
76530e4
COMP: Move ITK_DISALLOW_COPY_AND_ASSIGN calls to public section.
Apr 14, 2018
96f9f90
ENH: Merge pull request #10 from jhlegarreta/MoveDISALLOWCOPYANDASSIG…
hjmjohnson Apr 14, 2018
c9fe725
COMP: Set the minimum required CMake version to 3.10.2.
May 5, 2018
f69b0f3
COMP: Merge pull request #11 from jhlegarreta/UpdateCMakeMinimumRequi…
thewtex May 6, 2018
93f817a
ENH: Enable mesh module factory registration
thewtex Dec 21, 2018
551fc91
ENH: Merge pull request #12 from thewtex/mesh-registration
thewtex Dec 21, 2018
c08e845
ENH: Add CI.
jhlegarreta Dec 21, 2018
53453d6
DOC: Re-use `README.rst` info in `itk-module.cmake`.
jhlegarreta Dec 22, 2018
3cbcf12
COMP: Merge pull request #15 from jhlegarreta/ReuseREADMEInfoInModule…
jhlegarreta Dec 22, 2018
e84e5c7
ENH: Merge pull request #13 from jhlegarreta/AddCI
dzenanz Dec 22, 2018
6183f4a
BUG: Set PointDimension to 3
thewtex Jan 19, 2019
e216d8f
BUG: Fix wrapping module name
thewtex Jan 19, 2019
9c32ba0
ENH: Merge pull request #18 from thewtex/wrapping-module-name
thewtex Jan 19, 2019
2e8576c
ENH: Merge pull request #17 from thewtex/mesh-dimension
thewtex Jan 19, 2019
a2045b0
ENH: Make module name consistent with conventions
thewtex Jan 21, 2019
46b7ab7
ENH: Merge pull request #19 from thewtex/module-name
thewtex Jan 21, 2019
efcab1b
BUG: Set NumberOfCells for ASCII files
thewtex Jan 24, 2019
767777b
ENH: Merge pull request #21 from thewtex/ascii-number-of-cells
thewtex Jan 25, 2019
30c6d87
STYLE: Improve test style.
jhlegarreta Jan 26, 2019
90dfbff
STYLE: Merge pull request #22 from jhlegarreta/ImproveTestStyle
thewtex Jan 27, 2019
cd85e79
BUG: Dependency is on ITKIOMeshBase vs ITKIOMesh
thewtex Feb 15, 2019
601bf7c
ENH: Merge pull request #23 from InsightSoftwareConsortium/azure-pipe…
thewtex Feb 15, 2019
9eff123
STYLE: Add ITK prefix to testing macros
jhlegarreta Jun 15, 2019
5d9171c
COMP: fix link errors
dzenanz Aug 16, 2019
9c2f1ce
COMP: Enumeration type to store as unsigned int
hjmjohnson Feb 16, 2020
e85d651
STYLE: Make prototype match definition names
hjmjohnson Feb 17, 2020
8505e7c
STYLE: Replace integer literals which are cast to bool.
hjmjohnson Feb 17, 2020
0c7f3a3
STYLE: Pefer = default to explicitly trivial implementations
hjmjohnson Feb 17, 2020
ed0855c
ENH: Merge pull request #31 from InsightSoftwareConsortium/ITKv5_1rc2
hjmjohnson Feb 17, 2020
f00a465
ENH: Update enums from recent enum changes in ITK
mseng10 Feb 18, 2020
4f236e0
DOC: Update copyright assignment to NumFOCUS
hjmjohnson Feb 19, 2020
b09fb26
STYLE: Rename ITK_DISALLOW_COPY_AND_ASSIGN to ITK_DISALLOW_COPY_AND_MOVE
mseng10 Oct 14, 2020
1b1bf32
ENH: Bump ITK and replace http with https
tbirdso Jun 1, 2022
df365eb
COMP: Match CMake minimum required version to ITK's
jhlegarreta Dec 28, 2022
b02d674
ENH: Convert from md5 to .cid tags.
hjmjohnson Apr 22, 2026
420a9e2
ENH: Ingest ITKIOMeshSTL into Modules/IO
hjmjohnson May 4, 2026
58309d3
STYLE: Apply gersemi 0.19.3 to IOMeshSTL src CMakeLists
hjmjohnson May 4, 2026
8c09e1d
DOC: Add IOMeshSTL module README pointing at archived upstream
hjmjohnson May 4, 2026
0d5331d
COMP: Remove IOMeshSTL remote-fetch cmake (now in-tree)
hjmjohnson May 4, 2026
fc25610
ENH: Enable Module_IOMeshSTL in configure-ci pixi task
hjmjohnson May 4, 2026
c1a9bc7
BUG: IOMeshSTL — address Greptile review (uint32 cells, cleanups)
hjmjohnson May 4, 2026
93985ca
COMP: Drop standalone-build wrapper from IOMeshSTL CMakeLists
hjmjohnson May 5, 2026
f100c25
COMP: Remove leftover ExternalData cache from IOMeshSTL Baseline
hjmjohnson May 5, 2026
1e7dcb4
COMP: Drop redundant cmake_minimum_required from IOMeshSTL/CMakeLists…
hjmjohnson May 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Modules/IO/IOMeshSTL/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
project(IOMeshSTL)
set(IOMeshSTL_LIBRARIES IOMeshSTL)

itk_module_impl()
202 changes: 202 additions & 0 deletions Modules/IO/IOMeshSTL/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@

Apache License
Version 2.0, January 2004
https://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.

"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.

"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.

"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.

"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.

"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.

"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).

"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.

"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."

"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.

3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:

(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and

(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and

(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and

(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.

You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.

5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.

8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
22 changes: 22 additions & 0 deletions Modules/IO/IOMeshSTL/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# IOMeshSTL

In-tree ITK module providing read/write support for the
stereolithography (STL) mesh format, in both ASCII and binary
encodings. STL is the canonical interchange format for 3D-printing,
CAD, and surgical-planning workflows.

The flagship classes are `itk::STLMeshIO` and the `STLMeshIOFactory`
plug-in registration that lets `itk::MeshFileReader` /
`itk::MeshFileWriter` discover STL automatically.

## Origin

Ingested from the standalone remote module
[**InsightSoftwareConsortium/ITKIOMeshSTL**](https://github.com/InsightSoftwareConsortium/ITKIOMeshSTL)
on 2026-05-04 via the v4 ingestion pipeline. The upstream repository
will be archived read-only after this PR merges; it remains
reachable at the URL above for historical reference.

## References

- Mueller D. *STL file format reader and writer for ITK.* The Insight Journal. 2014. <https://doi.org/10.54294/jdvcg7>
Loading
Loading