|
GDCM
2.2.4
|
Go to the source code of this file.
Classes | |
| class | gdcm::Trace |
| Trace. More... | |
Namespaces | |
| gdcm | |
Macros | |
| #define | GDCM_FUNCTION "<unknow>" |
| #define | gdcmAssertAlwaysMacro(arg) gdcmAssertMacro(arg) |
| AssertAlways. More... | |
| #define | gdcmAssertMacro(arg) |
| Assert. More... | |
| #define | gdcmDebugMacro(msg) |
| Debug. More... | |
| #define | gdcmErrorMacro(msg) |
| Error this is pretty bad, more than just warning It could mean lost of data, something not handle... More... | |
| #define | gdcmWarningMacro(msg) |
| Warning. More... | |
| #define GDCM_FUNCTION "<unknow>" |
| #define gdcmAssertAlwaysMacro | ( | arg | ) | gdcmAssertMacro(arg) |
AssertAlways.
| arg | argument to test An easy solution to pass also a message is to do: gdcmAssertMacro( "my message" && 2 < 3 ) |
Referenced by gdcm::SequenceOfFragments::ReadValue(), and gdcm::VR::Write().
| #define gdcmAssertMacro | ( | arg | ) |
Assert.
| arg | argument to test An easy solution to pass also a message is to do: gdcmAssertMacro( "my message" && 2 < 3 ) |
Referenced by gdcm::PixelFormat::SetSamplesPerPixel().
| #define gdcmDebugMacro | ( | msg | ) |
Debug.
| msg | message part |
Referenced by gdcm::ByteValue::ByteValue(), gdcm::SequenceOfItems::Read(), gdcm::Item::Read(), gdcm::VR::Read(), gdcm::SequenceOfFragments::ReadPreValue(), gdcm::SequenceOfFragments::ReadValue(), and gdcm::ByteValue::SetLength().
| #define gdcmErrorMacro | ( | msg | ) |
Error this is pretty bad, more than just warning It could mean lost of data, something not handle...
| msg | second message part |
Referenced by gdcm::CommandDataSet::Insert(), gdcm::FileMetaInformation::Insert(), gdcm::DataSet::Insert(), gdcm::Item::Read(), and gdcm::Fragment::ReadBacktrack().
| #define gdcmWarningMacro | ( | msg | ) |
Warning.
| msg | message part |
Referenced by gdcm::DataSet::InsertDataElement(), gdcm::SequenceOfItems::Read(), gdcm::Item::Read(), gdcm::Fragment::ReadBacktrack(), gdcm::Fragment::ReadValue(), gdcm::SequenceOfFragments::ReadValue(), and gdcm::Item::Write().
1.8.6