Methods
(inner) checkArrowGroup(annotationGroup, assert)
Check an arrow annotation group.
Name | Type | Description |
---|---|---|
annotationGroup | AnnotationGroup | The group to check. |
assert | function | The qunit assert. |
(inner) checkCircleGroup(annotationGroup, assert)
Check a circle annotation group.
Name | Type | Description |
---|---|---|
annotationGroup | AnnotationGroup | The group to check. |
assert | function | The qunit assert. |
(inner) checkEllipseGroup(annotationGroup, assert)
Check an ellipse annotation group.
Name | Type | Description |
---|---|---|
annotationGroup | AnnotationGroup | The group to check. |
assert | function | The qunit assert. |
(inner) checkGroupCommonProperties(annotationGroup, assert, prefix)
Check common properties of an annotation group.
Name | Type | Description |
---|---|---|
annotationGroup | AnnotationGroup | The group to check. |
assert | function | The qunit assert. |
prefix | string | A message prefix. |
(inner) checkProtractorGroup(annotationGroup, assert)
Check a protractor annotation group.
Name | Type | Description |
---|---|---|
annotationGroup | AnnotationGroup | The group to check. |
assert | function | The qunit assert. |
(inner) checkQuantification(quantification, assert, prefix)
Check a quantification.
Name | Type | Description |
---|---|---|
quantification | object | The quantification to check. |
assert | function | The qunit assert. |
prefix | string | A message prefix. |
(inner) checkRectangleGroup(annotationGroup, assert)
Check a rectangle annotation group.
Name | Type | Description |
---|---|---|
annotationGroup | AnnotationGroup | The group to check. |
assert | function | The qunit assert. |
(inner) checkRoiGroup(annotationGroup, assert)
Check a roi annotation group.
Name | Type | Description |
---|---|---|
annotationGroup | AnnotationGroup | The group to check. |
assert | function | The qunit assert. |
(inner) checkRulerGroup(annotationGroup, assert)
Check a ruler annotation group.
Name | Type | Description |
---|---|---|
annotationGroup | AnnotationGroup | The group to check. |
assert | function | The qunit assert. |
(inner) getAnnotationGroup(bufferStr) → {AnnotationGroup}
Get an annotation group from a buffer string.
Name | Type | Description |
---|---|---|
bufferStr | string | The buffer string. |
The annotation group.
- Type:
- AnnotationGroup
(inner) read-dwv034-arrow()
Tests for Annotation from dwv034 containing an arrow.
(inner) read-dwv034-circle()
Tests for Annotation from dwv034 containing a circle.
(inner) read-dwv034-ellipse()
Tests for Annotation from dwv034 containing a ellipse.
(inner) read-dwv034-protractor()
Tests for Annotation from dwv034 containing a protractor.
(inner) read-dwv034-rectangle()
Tests for Annotation from dwv034 containing a rectangle.
(inner) read-dwv034-roi()
Tests for Annotation from dwv034 containing a ROI.
(inner) read-dwv034-ruler()
Tests for Annotation from dwv034 containing a ruler.
(inner) read-tid1500v0-arrow()
Tests for Annotation from tid1500 v0 containing an arrow.
(inner) read-tid1500v0-circle()
Tests for Annotation from tid1500 v0 containing a circle.
(inner) read-tid1500v0-ellipse()
Tests for Annotation from tid1500 v0 containing an ellipse.
(inner) read-tid1500v0-protractor()
Tests for Annotation from tid1500 v0 containing a protractor.
(inner) read-tid1500v0-rectangle()
Tests for Annotation from tid1500 v0 containing a rectangle.
(inner) read-tid1500v0-roi()
Tests for Annotation from tid1500 v0 containing a roi.
(inner) read-tid1500v0-ruler()
Tests for Annotation from tid1500 v0 containing a ruler.