- 13 Nov, 2019 3 commits
-
-
Jørgen Lind authored
on public Function and public Members
-
Morten Ofstad authored
Refactored the Open/Close methods so there are alternate versions that take an IOManager instead of OpenOptions. This is meant to make it easier to test the code by creating IOManagers that e.g. store everything in memory instead of in an object store. Renamed the Destroy(handle) method to Close(handle) and added documentation for Open/Create/Close calls.
-
Jørgen Lind authored
-
- 12 Nov, 2019 3 commits
-
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 11 Nov, 2019 3 commits
-
-
Morten Ofstad authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 08 Nov, 2019 2 commits
-
-
Stein Pedersen authored
-
Stein Pedersen authored
-
- 07 Nov, 2019 4 commits
-
-
-
Morten Ofstad authored
-
Stein Pedersen authored
-
Morten Ofstad authored
-
- 06 Nov, 2019 2 commits
-
-
Jørgen Lind authored
-
Morten Ofstad authored
Fixed the HueVolumeDataRegionOverlappingChunk method so it adds the correct amount of ExtraValidVoxels when the target layout has different render margins from the source.
-
- 05 Nov, 2019 7 commits
-
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 29 Oct, 2019 3 commits
-
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 27 Oct, 2019 1 commit
-
-
Jørgen Lind authored
-
- 25 Oct, 2019 7 commits
-
-
Jørgen Lind authored
-
Morten Ofstad authored
-
Morten Ofstad authored
-
Morten Ofstad authored
Changed parameter of SEGY::readFieldFromHeader to be const void * since we don't really care if it is 'char', 'unsigned char', 'uint8_t' or whatever.
-
Jørgen Lind authored
-
Morten Ofstad authored
Make sure we select the VolumeDataPageAccessor for the correct dimension group when requesting data from trace-mapped channels. Do not capture the unique_ptr by reference for the worker lambda. Make sure we unpin pages after they are processed.
-
Morten Ofstad authored
Enable "Just my Code" flag for MSVC (https://devblogs.microsoft.com/cppblog/announcing-jmc-stepping-in-visual-studio/).
-
- 24 Oct, 2019 5 commits
-
-
Morten Ofstad authored
-
Morten Ofstad authored
Automatically scale the max pages of the VolumeDataRequestProcessor's VolumeDataPageAccessor to be at least as many pages as in a single request.
-
Morten Ofstad authored
Added MetadataReadAccess/MetadataWriteAccess interfaces and implemented the MetadataReadAccess in VolumeDataLayout.
-
Morten Ofstad authored
Fixed name of VDS chunk metadata key since it was changed not to have hyphens (kebab-case) because it is not valid for Azure BLOB storage metadata keys.
-
Morten Ofstad authored
Fixed IsChannelAvailable/GetChannelIndex so they do string compare instead of comparing pointers to strings.
-