Changeset 2669 for trunk/src/STGrid.h


Ignore:
Timestamp:
10/17/12 17:20:35 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-4429

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Use DirectionCoordinate? for conversion between world and pixel.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STGrid.h

    r2638 r2669  
    2222#include <casa/Arrays/Vector.h>
    2323#include <casa/Containers/RecordField.h>
     24#include <casa/Utilities/CountedPtr.h>
    2425
    2526#include <tables/Tables/Table.h>
    2627#include <tables/Tables/ScalarColumn.h>
    2728#include <tables/Tables/ArrayColumn.h>
     29
     30#include <coordinates/Coordinates/DirectionCoordinate.h>
    2831
    2932#include "ScantableWrapper.h"
     
    236239  Vector<uInt> rows_ ;
    237240  Int nchunk_ ;
     241  CountedPtr<DirectionCoordinate> dircoord_;
    238242
    239243  /////////////// gridPerRow variable
Note: See TracChangeset for help on using the changeset viewer.